From 748fc5c835c0d0d081f43a8d75f4aa6aaa19dd4e Mon Sep 17 00:00:00 2001 From: karimpwnz Date: Mon, 4 Jan 2021 17:13:53 +0200 Subject: [PATCH] Simplify reminisce tests --- features/search.feature | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/features/search.feature b/features/search.feature index c953b726..50bb91fd 100644 --- a/features/search.feature +++ b/features/search.feature @@ -246,15 +246,13 @@ Feature: Searching in a journal Scenario: Reminiscing Given we use the config "dates_similar.yaml" - And we set current date and time to "2016-03-05 13:37" - When we run "jrnl Hi." - Then we flush the output + And we set current date and time to "2021-01-03 15:39" When we run "jrnl -reminisce" Then the output should be """ - 2016-03-05 13:37 Hi. + 2019-01-03 10:08 Hi. - 2018-03-05 08:06 Hi. + 2021-01-03 15:39 Hi. """ Scenario: Loading a DayOne Journal