Skip to content

Commit 025ffca

Browse files
committed
revert accidental breakage of unit test
1 parent 4b53f43 commit 025ffca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_book_tester.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,7 @@ def test_only_ignores_exactly_32_char_strings_no_whitespace(self):
600600

601601
def test_ignores_docker_image_ids_and_creation_time(self):
602602
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"
603+
expected = Output("superlists latest 522824a399de 2 minutes ago 164MB")
605604
self.assert_console_output_correct(actual, expected)
606605
self.assertTrue(expected.was_checked)
607606
with self.assertRaises(AssertionError):

0 commit comments

Comments
 (0)