From 0e42187eb1f803367ea9462c2c16bad07bcdb8fb Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Thu, 24 Sep 2020 20:47:16 -0700 Subject: [PATCH] Fix failing test with a flush --- features/search.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/search.feature b/features/search.feature index 2cde78d9..b3f7d1e3 100644 --- a/features/search.feature +++ b/features/search.feature @@ -111,6 +111,7 @@ Feature: Searching in a journal Given we use the config ".yaml" When we run "jrnl -on 2020-08-31 --short" Then the output should be "2020-08-31 14:32 A second entry in what I hope to be a long series." + Then we flush the output When we run "jrnl -on 'august 31 2020' --short" Then the output should be "2020-08-31 14:32 A second entry in what I hope to be a long series."