test_00_globals statement without effect

Assign this variable to a has no effect.
This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-30 12:19:25 +02:00
parent 8390a5f29d
commit b5eed07d38

View File

@ -40,7 +40,7 @@ class TestOfflineimapGlobals(unittest.TestCase):
def test_nonexistent_key(self):
with self.assertRaises(AttributeError):
a = globals.options.nosuchoption
pass
def test_double_init(self):
with self.assertRaises(ValueError):