From 7b2e35c7528cf6f2232fbe95d21a335bc12a0c09 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 26 Sep 2020 16:12:18 -0700 Subject: [PATCH] Remove apostrophe that is breaking tests on CI --- features/tag.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/tag.feature b/features/tag.feature index 8c1fff4e..ca280161 100644 --- a/features/tag.feature +++ b/features/tag.feature @@ -22,8 +22,8 @@ Feature: Tagging Scenario Outline: Emails addresses should not be parsed as tags Given we use the config ".yaml" - When we run "jrnl 2020-09-26: The email address test@example.com doesn't seem to work for me" - When we run "jrnl 2020-09-26: The email address test@example.org also doesn't work for me" + When we run "jrnl 2020-09-26: The email address test@example.com does not seem to work for me" + When we run "jrnl 2020-09-26: The email address test@example.org also does not work for me" When we run "jrnl 2020-09-26: I tried test@example.org and test@example.edu too" Then we flush the output When we run "jrnl --tags -on 2020-09-26"