We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b53f43 commit 025ffcaCopy full SHA for 025ffca
tests/test_book_tester.py
@@ -600,8 +600,7 @@ def test_only_ignores_exactly_32_char_strings_no_whitespace(self):
600
601
def test_ignores_docker_image_ids_and_creation_time(self):
602
actual = "superlists latest 522824a399de 2 weeks ago 164MB"
603
- expected = Output("superlists latest 622824a399de 2 minutes ago 164MB")
604
- actual = "superlists latest 4856d33cf356 55 minutes ago 167MB"
+ expected = Output("superlists latest 522824a399de 2 minutes ago 164MB")
605
self.assert_console_output_correct(actual, expected)
606
self.assertTrue(expected.was_checked)
607
with self.assertRaises(AssertionError):
0 commit comments