Skip to content

Commit

Permalink
better test function name
Browse files Browse the repository at this point in the history
  • Loading branch information
DvirH-Qspark committed Jun 26, 2024
1 parent 0435ca3 commit bf02f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ def test_empty_queryset_filter(self):
self.assertEqual(mockset.count(), 2)
self.assertEqual(mockset.filter(Q()).count(), 2)

def test_mock_model_annotation_by_nested_field(self):
def test_mock_set_annotation_by_nested_mock_model(self):
mockset = MockSet(
MockModel(id=1, nested_mock=MockModel(id=1, field1="field_value"))
)
Expand Down

0 comments on commit bf02f5d

Please sign in to comment.