Skip to content

Commit 9e4cd8d

Browse files
committed
fixed test where answer was wrong
1 parent c497602 commit 9e4cd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dbwebb/test/suite.d/kmom02/marvin1/extra_test_marvin1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def test_f_tab_to_spaces(self):
152152
self._multi_arguments = ["a3", "The \tWheel of\tTime\tturns", "", "q"]
153153

154154
self.check_print_contain(self._multi_arguments,
155-
"The Wheel of Time turns")
155+
"The Wheel of Time turns")
156156

157157

158158

0 commit comments

Comments
 (0)