Skip to content

Commit

Permalink
Update test_longest_repetition.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 17, 2024
1 parent 11d2069 commit f49c559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_6/longest_repetition/test_longest_repetition.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_longest_repetition(self, string, expected):
'/badges/large">'
'<h3>Test Description:</h3>'
"<p></p>")
# pylint: enable-msg=R0801
# pylint: enable-msg=R0801
with allure.step("Pass string and verify the output"):
print_log(string=string, expected=expected)
self.assertEqual(expected, longest_repetition(string))

0 comments on commit f49c559

Please sign in to comment.