mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-17 09:23:39 -05:00
fix(test): fix broken tests
This commit is contained in:
@@ -242,7 +242,7 @@ teardown() {
|
||||
|
||||
@test "_varIsFalse_: false" {
|
||||
testvar=true
|
||||
run _variableIsFalse_ "${testvar}"
|
||||
run _varIsFalse_ "${testvar}"
|
||||
assert_failure
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user