From baeb19bfe23d7d79f50a6f13504be9050898364d Mon Sep 17 00:00:00 2001 From: Joel Longtine Date: Tue, 8 Mar 2022 09:59:07 -0700 Subject: [PATCH] Fix refute Signed-off-by: Joel Longtine --- tests/plan.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plan.bats b/tests/plan.bats index 44a3cddf..c4dbef51 100644 --- a/tests/plan.bats +++ b/tests/plan.bats @@ -29,7 +29,7 @@ setup() { assert_output --partial "actions.test.one.export" assert_output --partial 'client.filesystem."./test_do".write' refute_output --partial "actions.notMe" - refute_output --partial "actions.notMe" + refute_output --partial 'client.filesystem."./dependent_do".write' }