From ee5b578acc3122b4e89645ae4912db9a388a867c Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 23 Oct 2021 13:49:04 -0700 Subject: [PATCH] Change when/when to when/and --- tests/bdd/features/config_file.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bdd/features/config_file.feature b/tests/bdd/features/config_file.feature index ca9f943a..cbeb247b 100644 --- a/tests/bdd/features/config_file.feature +++ b/tests/bdd/features/config_file.feature @@ -11,7 +11,7 @@ Feature: Multiple journals Given the config "multiple.yaml" exists And we use the config "basic_onefile.yaml" When we run "jrnl --cf multiple.yaml this goes to default" - When we run "jrnl -1" + And we run "jrnl -1" Then the output should not contain "this goes to default" When we run "jrnl --cf multiple.yaml -1" Then the output should contain "this goes to default"