diff --git a/neo4django/tests/property_tests.py b/neo4django/tests/property_tests.py index 2963c66..1710378 100644 --- a/neo4django/tests/property_tests.py +++ b/neo4django/tests/property_tests.py @@ -308,7 +308,7 @@ class FloatArrayNode(models.NodeModel): eq_(n1.vals, vals) try: - n2 = IntArrayNode(vals = ('1.12','2.0','-3')) + n2 = FloatArrayNode(vals = ('1.12','2.0','-3')) n2.save() except ValidationError: pass