Skip to content

Commit fe85a30

Browse files
committed
chore: Fix tests
This also renames the 'source' directory to 'public'
1 parent 731ac5f commit fe85a30

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Diff for: basalt.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ['Edwin Kofler" <[email protected]>']
66

77
[run]
88
dependencies = ['https://github.com/hyperupcall/[email protected]']
9-
sourceDirs = ['pkg/lib', 'pkg/lib/source', 'pkg/lib/util']
9+
sourceDirs = ['pkg/lib', 'pkg/lib/public', 'pkg/lib/util']
1010
builtinDirs = []
1111
binDirs = []
1212
completionDirs = []
File renamed without changes.
File renamed without changes.

Diff for: tests/util/init.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o pipefail
44

55
eval "$(basalt-package-init)"; basalt.package-init
66
basalt.package-load
7-
basalt.load 'github.com/hyperupcall/bash-object' 'load.bash'
7+
basalt.load 'github.com/hyperupcall/bats-common-utils' 'load.bash'
88

99
load './util/test_util.sh'
1010

0 commit comments

Comments
 (0)