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' }