From a7d1b8c5d572320b574824861cb8a5e265bd5f37 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 18 Mar 2016 19:43:54 -0400 Subject: [PATCH] tests: fix message in config/pass/everything Signed-off-by: Philippe Proulx --- tests/config/pass/everything/pass.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config/pass/everything/pass.bats b/tests/config/pass/everything/pass.bats index 7a15f4f..1637203 100644 --- a/tests/config/pass/everything/pass.bats +++ b/tests/config/pass/everything/pass.bats @@ -3,7 +3,7 @@ load ../../../common load ../../common -@test 'unknown property in config object makes barectf fail' { +@test 'config file using all features makes barectf pass' { barectf_assert_file_exists config.yaml [ $status -eq 0 ] [ -f metadata ] -- 2.34.1