|
@@ -32,7 +32,7 @@ class TestEmComponent(unittest.TestCase):
|
32
|
32
|
self.assertTrue(comp1 == comp2)
|
33
|
33
|
|
34
|
34
|
if not comp1.modify_rank(1):
|
35
|
|
- continue #modification not made, drop this test
|
|
35
|
+ continue # modification not made, drop this test
|
36
|
36
|
|
37
|
37
|
self.assertNotEqual(hash(comp1), hash(comp2), "hashes are the same after a modification of rank on one of the two components")
|
38
|
38
|
self.assertFalse(comp1 == comp2)
|