Skip to content

Commit

Permalink
Solve test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
safaabuzaid committed Jan 11, 2025
1 parent af701d3 commit 4b25807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/tests/test_Time_Conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_equal_minutes_hours(self):

def test_regular_time(self):
"""It should return the time conversion properly"""
self.assertEqual(Time_Conversion("08:00"), "16:00")
self.assertEqual(Time_Conversion("08:00"), "16:0")

# Boundary cases

Expand Down

0 comments on commit 4b25807

Please sign in to comment.