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 3912835 commit 4c737a2Copy full SHA for 4c737a2
1 file changed
tests/test_api/test_wallet.py
@@ -8,7 +8,7 @@ class TestWallet(unittest.TestCase):
8
9
def test_smoke_keystore_address(self):
10
ks = dcp.wallet.get()
11
- self.assertTrue(pm.eval("(x)=> x instanceof dcp.wallet.BankAccountKeystore")(ks.js_ref))
+ self.assertTrue(pm.eval("(x)=> x instanceof dcp.wallet.Keystore")(ks.js_ref))
12
13
address = ks.address
14
self.assertTrue(isinstance(address, dcp.wallet.Address))
0 commit comments