Skip to content

Commit 4eb0d98

Browse files
committed
test: Fix tests
1 parent 4608e43 commit 4eb0d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/util/init.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ done; unset f
1818
# allows us to actually mock functions
1919
load "$REPO_ROOT/pkg/lib/cmd/basalt-package-init.sh"
2020
load "$REPO_ROOT/pkg/lib/cmd/basalt.sh"
21-
basalt-package-init() { basalt-package-init.main "$@"; }
22-
basalt() { basalt.main "$@"; }
21+
basalt-package-init() { main.basalt-package-init "$@"; }
22+
basalt() { main.basalt "$@"; }
2323

2424
# Testing variables
2525
export NO_COLOR=

0 commit comments

Comments
 (0)