Update helpers.bats
Fix the `assert_success` by adding the required `run`pull/1663/head
parent
4365fa8d69
commit
95b60098cd
|
|
@ -20,7 +20,7 @@ function local_setup {
|
||||||
# TODO Create global __get_enabled_name function
|
# TODO Create global __get_enabled_name function
|
||||||
|
|
||||||
@test "helpers: _command_exists function exists" {
|
@test "helpers: _command_exists function exists" {
|
||||||
type -a _command_exists &> /dev/null
|
run type -a _command_exists &> /dev/null
|
||||||
assert_success
|
assert_success
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue