Skip to content

Commit

Permalink
Use bats_load_library
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Sep 10, 2024
1 parent c45c810 commit 70848a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/basic-e2e.bats
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setup() {
load '/usr/local/lib/bats/bats-support/load'
load '/usr/local/lib/bats/bats-assert/load'
bats_load_library 'bats-support'
bats_load_library 'bats-assert'

# get the containing directory of this file
# use $BATS_TEST_FILENAME instead of ${BASH_SOURCE[0]} or $0,
Expand Down

0 comments on commit 70848a0

Please sign in to comment.