aboutsummaryrefslogtreecommitdiff
path: root/test/functional/multiwallet.py
diff options
context:
space:
mode:
authorCristian Mircea Messel <mess110@gmail.com>2017-09-13 00:41:14 +0300
committerCristian Mircea Messel <mess110@gmail.com>2017-09-13 00:41:14 +0300
commitfb1f3258225a7052f4fc9e3f2accc3811c53e221 (patch)
treeb4a26efd1fb571857951c60619582040d6a75042 /test/functional/multiwallet.py
parentb148803b181e30213e8a7f3bd89c8239e9dcb866 (diff)
downloadbitcoin-fb1f3258225a7052f4fc9e3f2accc3811c53e221.tar.xz
Add listwallets RPC test to multiwallet.py
Diffstat (limited to 'test/functional/multiwallet.py')
-rwxr-xr-xtest/functional/multiwallet.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/multiwallet.py b/test/functional/multiwallet.py
index e5453e9aad..b4e15a3322 100755
--- a/test/functional/multiwallet.py
+++ b/test/functional/multiwallet.py
@@ -18,6 +18,8 @@ class MultiWalletTest(BitcoinTestFramework):
self.extra_args = [['-wallet=w1', '-wallet=w2', '-wallet=w3']]
def run_test(self):
+ assert_equal(set(self.nodes[0].listwallets()), {"w1", "w2", "w3"})
+
self.stop_node(0)
# should not initialize if there are duplicate wallets