1
0

fix tests

follow-up d8f579ccfc

TODO tests assume locale is English
This commit is contained in:
SomberNight
2024-01-16 16:53:35 +00:00
parent 6a28ef5db3
commit 83c47439cd

View File

@@ -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])