test test failure for travis

pull/130/head
Maciek Swiech 2020-06-01 11:28:25 -06:00
parent e58e56446d
commit 4f19d627d6
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ 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 ""
refute_output "MacOS"
}
@test "#get_themes populates themes" {