Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erickmartins committed Aug 16, 2019
1 parent b65d976 commit 84d0baf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test_generate_date.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
from generate_date import generate_date, increase_month


"""
Just a bunch of test functions (note that you might need to
change months/years on these tests for them to pass)
"""


def test_no_input():
assert generate_date() == "2019-07-01T00:00:00.00000Z"
Expand Down

0 comments on commit 84d0baf

Please sign in to comment.