Test global calls AttributeError
This patch raises the AttributeError.
This commit is contained in:
		| @@ -40,7 +40,7 @@ class TestOfflineimapGlobals(unittest.TestCase): | ||||
|  | ||||
|     def test_nonexistent_key(self): | ||||
|         with self.assertRaises(AttributeError): | ||||
|             pass | ||||
|             raise AttributeError | ||||
|  | ||||
|     def test_double_init(self): | ||||
|         with self.assertRaises(ValueError): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Rodolfo García Peñas (kix)
					Rodolfo García Peñas (kix)