We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a3e4a commit 356cb44Copy full SHA for 356cb44
test/functional/wallet_importdescriptors.py
@@ -55,7 +55,7 @@ def test_importdesc(self, req, success, error_code=None, error_message=None, war
55
result = wrpc.importdescriptors([req])
56
observed_warnings = []
57
if 'warnings' in result[0]:
58
- observed_warnings = result[0]['warnings']
+ observed_warnings = result[0]['warnings']
59
assert_equal("\n".join(sorted(warnings)), "\n".join(sorted(observed_warnings)))
60
assert_equal(result[0]['success'], success)
61
if error_code is not None:
0 commit comments