Skip to content

Commit ff3182d

Browse files
committed
one last django minor version fix
1 parent 5f7b695 commit ff3182d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_chapter_post_and_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_listings_and_commands_and_output(self):
5757
self.check_final_diff(
5858
ignore=[
5959
"moves",
60-
"Generated by Django 4.2.",
60+
"Generated by Django 4.2",
6161
]
6262
)
6363

0 commit comments

Comments
 (0)