test/go: adopt newly revamped `setup()`

pull/2031/head
John D Pell 2022-02-03 21:42:25 -08:00 committed by John D Pell
parent 4a9df8ec88
commit fbf7efa1b8
1 changed files with 4 additions and 6 deletions

View File

@ -1,11 +1,9 @@
#!/usr/bin/env bats # shellcheck shell=bats
load ../test_helper load "${MAIN_BASH_IT_DIR?}/test/test_helper.bash"
load ../test_helper_libs
function local_setup() function local_setup_file() {
{ setup_libs "helpers"
setup_test_fixture
} }
function setup_go_path() function setup_go_path()