Skip to content

Commit 83fde0c

Browse files
committed
test/base: adopt newly revamped setup()
1 parent 531aa98 commit 83fde0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/plugins/base.plugin.bats

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#!/usr/bin/env bats
1+
# shellcheck shell=bats
22

33
load "${MAIN_BASH_IT_DIR?}/test/test_helper.bash"
44

5-
function local_setup() {
6-
setup_libs
5+
function local_setup_file() {
6+
setup_libs "helpers"
77
load "${BASH_IT?}/plugins/available/base.plugin.bash"
88
}
99

0 commit comments

Comments
 (0)