mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
Update tests/test_rpc.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
70f6dd2864
commit
9c9b41ef7c
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ def test_get_walletdir_expands_tilde(tmp_path, monkeypatch):
|
|||
bitcoin_conf.write_text("walletdir=/custom/wallets\n")
|
||||
assert get_walletdir("~", "main") == "/custom/wallets"
|
||||
|
||||
|
||||
def test_detect_rpc_confs_via_datadir1():
|
||||
def test_detect_rpc_confs_via_datadir1():
|
||||
c = _detect_rpc_confs_via_datadir(
|
||||
datadir="./tests/misc_testdata/rpc_autodetection/example1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue