Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred82santa committed Nov 6, 2016
1 parent 6c5ca20 commit 3b9447b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dirty_models/tests_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1907,7 +1907,7 @@ def test_list_inner_list_model_inner_modified(self):

self.assertEqual(model.export_modifications(), {'test_array_array_model.0.1.test_field_int': 5})

def test_list_inner_list_model_inner_modified(self):
def test_list_inner_list_model_append_item(self):
model = self.Model({'test_array_array_model': [[{'test_field_int': 3},
{'test_field_int': 4}]]})

Expand Down

0 comments on commit 3b9447b

Please sign in to comment.