From 25fe2fea8ce81bbca5bd6c667180346a8253ddb9 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 25 Mar 2023 14:31:31 -0700 Subject: [PATCH] Fix test whose message had changed --- tests/bdd/features/template.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bdd/features/template.feature b/tests/bdd/features/template.feature index a6a69b9f..ab13115a 100644 --- a/tests/bdd/features/template.feature +++ b/tests/bdd/features/template.feature @@ -38,7 +38,7 @@ Feature: Using templates And we use the password "test" if prompted When we run "jrnl --template this_template_does_not_exist.template" Then we should get an error - Then the error output should contain "Unable to find a template file based on the passed arg" + Then the error output should contain "Unable to find a template file" Examples: configs | config_file |