summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Stone <martin@d7415.co.uk>2020-05-25 15:20:55 +0100
committerMartin Stone <martin@d7415.co.uk>2020-07-29 17:28:35 +0100
commited04599127debb62fd6609447ffea87529ba042b (patch)
tree215037fa9e1c473e5cc097017fa4b4868639b9bf
parent6d81ba82f32474fc155b265d565f55db80da5537 (diff)
Re-fix test.v0.10.2
-rw-r--r--tests/cli_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cli_test.py b/tests/cli_test.py
index 21e9f006..5e354a5b 100644
--- a/tests/cli_test.py
+++ b/tests/cli_test.py
@@ -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())