Skip to content

Commit

Permalink
Re-fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
d7415 committed Jul 29, 2020
1 parent 6d81ba8 commit ed04599
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cli_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ def test_at_day_format(runner):
def test_list(runner):
runner = runner(days=2)
now = dt.datetime.now().strftime('%d.%m.%Y')
end_date = dt.datetime.now() + dt.timedelta(days=10)
result = runner.invoke(
main_khal,
'new {} 18:00 myevent'.format(now).split())
Expand Down

0 comments on commit ed04599

Please sign in to comment.