diff --git a/src/bitmessagekivy/tests/test_myaddress_screen.py b/src/bitmessagekivy/tests/test_myaddress_screen.py index cf2136f2..46973819 100644 --- a/src/bitmessagekivy/tests/test_myaddress_screen.py +++ b/src/bitmessagekivy/tests/test_myaddress_screen.py @@ -155,4 +155,4 @@ class MyAddressScreen(TeleniumTestProcess): # Check the state of dropdown. self.assertEqual(is_open, True) # Checking the disabled address should not be in dropdown - self.assertNotExists('//MySpinnerOption[@text="{}"]'.format(disabled_address), timeout=5) \ No newline at end of file + self.assertNotExists('//MySpinnerOption[@text="{}"]'.format(disabled_address), timeout=5)