diff --git a/test/basic_test.bats b/test/basic_test.bats index e6b95a4..c00e185 100644 --- a/test/basic_test.bats +++ b/test/basic_test.bats @@ -5,7 +5,7 @@ load 'libs/bats-assert/load' load test_helper -@test "sourcing works, by checking if $system is set" { +@test "Sourcing works, by checking if $system is set" { run echo $system refute_output "" }