Skip to content

Commit

Permalink
removed dummy assert
Browse files Browse the repository at this point in the history
  • Loading branch information
nerohmot committed Feb 23, 2021
1 parent de773da commit 8b8a6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_TD.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

assert TD(one).__str__() == "1 year 1 month 1 week 1 day 1 hour 1 minute 1 second"
assert TD(two).__str__() == "2 years 2 months 2 weeks 2 days 2 hours 2 minutes 2 seconds"
assert False

0 comments on commit 8b8a6f6

Please sign in to comment.