Skip to content

Commit 0470eaf

Browse files
archTortugaxclaude
andcommitted
Fix E501: shorten long comment line in test_fixture.py
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0d9bc8b commit 0470eaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dbdiff/tests/test_fixture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ def test_diff_exact_match_returns_none(self):
2828
# Regression: the always-False `not diff` (imported function) bug
2929
# caused diff() to never return None, leaking temp files and breaking
3030
# assertNoDiff() with a TypeError on exact matches.
31-
# Fixture contains: [{"model": "auth.group", "pk": 1, "fields": {"name": "initial_name"}}]
31+
# Fixture: [{"model": "auth.group", "pk": 1, "fields": {"name": "initial_name"}}]
3232
Group.objects.create(id=1, name='initial_name')
3333
assert self.fixture.diff() is None

0 commit comments

Comments
 (0)