Skip to content

Commit

Permalink
fixed test where answer was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArne committed Aug 24, 2021
1 parent c497602 commit 9e4cd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dbwebb/test/suite.d/kmom02/marvin1/extra_test_marvin1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")



Expand Down

0 comments on commit 9e4cd8d

Please sign in to comment.