From 15de4c59304fef9117ea7a7ad8b946a7fff719b0 Mon Sep 17 00:00:00 2001 From: karimpwnz Date: Tue, 5 Jan 2021 04:33:03 +0200 Subject: [PATCH] Better datecount test --- features/format.feature | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/features/format.feature b/features/format.feature index db6c2c43..774aa6e1 100644 --- a/features/format.feature +++ b/features/format.feature @@ -558,11 +558,12 @@ Feature: Custom formats Scenario Outline: Export date counts Given we use the config ".yaml" And we use the password "test" if prompted - When we run "jrnl --format datecount" + When we run "jrnl 2020-08-31 01:01: Hi." + And we run "jrnl --format datecount" Then the output should be """ 2020-08-29, 1 - 2020-08-31, 1 + 2020-08-31, 2 2020-09-24, 1 """