Browse Source

fix tests

follow-up d8f579ccfc

TODO tests assume locale is English
master
SomberNight 2 years ago
parent
commit
83c47439cd
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/tests/test_wallet_vertical.py

2
electrum/tests/test_wallet_vertical.py

@ -4075,4 +4075,4 @@ class TestImportedWallet(ElectrumTestCase):
with self.assertRaises(UserFacingException) as ctx:
w.delete_address("tb1qsyzgpwa0vg2940u5t6l97etuvedr5dejpf9tdy")
self.assertTrue("cannot delete last remaining address" in ctx.exception.args[0])
self.assertTrue("Cannot delete last remaining address" in ctx.exception.args[0])

Loading…
Cancel
Save