Skip to content

Commit

Permalink
Update test_century.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Nov 12, 2024
1 parent fe853a5 commit 3df465d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kyu_8/century_from_year/test_century.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ def test_century(self):

print_log(year=year,
result=result,
expected=expected)
expected=expected,
message=message)

self.assertEqual(expected,
result)

0 comments on commit 3df465d

Please sign in to comment.