diff --git a/tests/fields/fields.py b/tests/fields/fields.py index 75d698c7..a95001b4 100644 --- a/tests/fields/fields.py +++ b/tests/fields/fields.py @@ -1814,7 +1814,7 @@ class FieldTest(unittest.TestCase): Animal.drop_collection() Ocorrence.drop_collection() - a = Animal(nam="Leopard", tag="heavy", + a = Animal(name="Leopard", tag="heavy", owner=Owner(tp='u', name="Wilson Júnior") ) a.save() @@ -1864,7 +1864,7 @@ class FieldTest(unittest.TestCase): Animal.drop_collection() Ocorrence.drop_collection() - a = Animal(nam="Leopard", tag="heavy", + a = Animal(name="Leopard", tag="heavy", owner=Owner(tags=['cool', 'funny'], name="Wilson Júnior") )