Skip to content

Commit

Permalink
Fix docstring for prefetch_related test class
Browse files Browse the repository at this point in the history
  • Loading branch information
joeriddles committed Jan 26, 2023
1 parent 604c6f0 commit 103c942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fields/test_field_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def test_custom_without_id(self):


class FieldTrackerForeignKeyPrefetchRelatedTests(FieldTrackerTestCase):
"""Test that using `prefetch_related` on a tracked field does raise a ValueError."""
"""Test that using `prefetch_related` on a tracked field does not raise a ValueError."""

fk_class = Tracked
tracked_class = TrackedFK
Expand Down

0 comments on commit 103c942

Please sign in to comment.