|
@@ -20,7 +20,7 @@ class TestEmComponent(unittest.TestCase):
|
20
|
20
|
def test_hashes(self):
|
21
|
21
|
""" Testing __hash__ and __eq__ methods """
|
22
|
22
|
me1 = Model(EmBackendJson('EditorialModel/test/me.json'))
|
23
|
|
- me2 = Model(EmBackendJson('EditorialModel/test/me.json'), migration_handler=DummyMigrationHandler(True))
|
|
23
|
+ me2 = Model(EmBackendJson('EditorialModel/test/me.json'), migration_handler=DummyMigrationHandler())
|
24
|
24
|
|
25
|
25
|
for comp_class in [EmClass, EmType, EmField, EmFieldGroup]:
|
26
|
26
|
comp_l1 = me1.components(comp_class)
|