File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,10 @@ def run_test(self):
52
52
assert item ['range' ] == [0 , 0 ]
53
53
assert item ['timestamp' ] is not None
54
54
55
+ self .log .info ('Test that descriptor strings are returned in lexicographically sorted order.' )
56
+ descriptor_strings = [descriptor ['desc' ] for descriptor in result ['descriptors' ]]
57
+ assert_equal (descriptor_strings , sorted (descriptor_strings ))
58
+
55
59
self .log .info ('Test descriptors with hardened derivations are listed in importable form.' )
56
60
xprv = 'tprv8ZgxMBicQKsPeuVhWwi6wuMQGfPKi9Li5GtX35jVNknACgqe3CY4g5xgkfDDJcmtF7o1QnxWDRYw4H5P26PXq7sbcUkEqeR4fg3Kxp2tigg'
57
61
xpub_acc = 'tpubDCMVLhErorrAGfApiJSJzEKwqeaf2z3NrkVMxgYQjZLzMjXMBeRw2muGNYbvaekAE8rUFLftyEar4LdrG2wXyyTJQZ26zptmeTEjPTaATts'
You can’t perform that action at this time.
0 commit comments