Skip to content

Commit 7b6378e

Browse files
committed
fix final diff checker for django 4 point versions
1 parent aab0cd8 commit 7b6378e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_chapter_working_incrementally.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
print(self.pos)
5858
self.recognise_listing_and_process_it()
5959

60-
self.check_final_diff(ignore=["moves", "Generated by Django 4.2."])
60+
self.check_final_diff(ignore=["moves", "Generated by Django 4."])
6161
self.assert_all_listings_checked(self.listings)
6262

6363

0 commit comments

Comments
 (0)