We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9bc8b commit 0470eafCopy full SHA for 0470eaf
1 file changed
dbdiff/tests/test_fixture.py
@@ -28,6 +28,6 @@ def test_diff_exact_match_returns_none(self):
28
# Regression: the always-False `not diff` (imported function) bug
29
# caused diff() to never return None, leaking temp files and breaking
30
# assertNoDiff() with a TypeError on exact matches.
31
- # Fixture contains: [{"model": "auth.group", "pk": 1, "fields": {"name": "initial_name"}}]
+ # Fixture: [{"model": "auth.group", "pk": 1, "fields": {"name": "initial_name"}}]
32
Group.objects.create(id=1, name='initial_name')
33
assert self.fixture.diff() is None
0 commit comments