Skip to content

Commit c43f635

Browse files
committed
chore: Upgrade to bats-all v4.2.0
1 parent fa3162d commit c43f635

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

basalt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = '0.8.0'
55
authors = ['Edwin Kofler" <edwin@kofler.dev>']
66

77
[run]
8-
dependencies = ['https://github.com/hyperupcall/bats-common-utils.git@v3.0.0']
8+
dependencies = ['https://github.com/hyperupcall/bats-all.git@v4.2.0']
99
sourceDirs = ['pkg/src', 'pkg/src/public', 'pkg/src/util']
1010
builtinDirs = []
1111
binDirs = []

tests/util/init.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
eval "$(basalt-package-init)"
44
basalt.package-init
55
basalt.package-load
6-
basalt.load 'github.com/hyperupcall/bats-common-utils' 'load.bash'
7-
8-
load './util/test_util.sh'
6+
basalt.load 'github.com/hyperupcall/bats-all' 'load.bash'
97

108
setup() {
119
cd "$BATS_TEST_TMPDIR"

tests/util/test_util.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)