update create_main_account in tests

This commit is contained in:
ThomasV 2016-01-07 01:02:44 +01:00
parent 5915b9b7e1
commit d867fcc266
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class TestNewWallet(WalletTestCase):
# from eventual collisions.
self.wallet.add_seed(self.seed_text, self.password)
self.wallet.create_master_keys(self.password)
self.wallet.create_main_account(self.password)
self.wallet.create_main_account()
def test_wallet_with_seed_is_not_watching_only(self):
self.assertFalse(self.wallet.is_watching_only())