From 9e4cd8d17161f757e1458dceb270fcfa8ba61ed9 Mon Sep 17 00:00:00 2001 From: Andreas Arnesson Date: Tue, 24 Aug 2021 16:12:07 +0200 Subject: [PATCH] fixed test where answer was wrong --- .dbwebb/test/suite.d/kmom02/marvin1/extra_test_marvin1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dbwebb/test/suite.d/kmom02/marvin1/extra_test_marvin1.py b/.dbwebb/test/suite.d/kmom02/marvin1/extra_test_marvin1.py index c4272b1..031459f 100755 --- a/.dbwebb/test/suite.d/kmom02/marvin1/extra_test_marvin1.py +++ b/.dbwebb/test/suite.d/kmom02/marvin1/extra_test_marvin1.py @@ -152,7 +152,7 @@ def test_f_tab_to_spaces(self): self._multi_arguments = ["a3", "The \tWheel of\tTime\tturns", "", "q"] self.check_print_contain(self._multi_arguments, - "The Wheel of Time turns") + "The Wheel of Time turns")