Skip to content

Commit bd8b96f

Browse files
committed
test: Fix last failing test
1 parent 2a00f42 commit bd8b96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pkg-phase-download-tarball.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ load './util/init.sh'
4040
run pkg.phase_download_tarball "$REPLY1" "$REPLY2" "$REPLY3" "$REPLY4" 'v0.0.1'
4141

4242
assert_success
43-
assert_line -p "Downloaded local/fake_remote_user_repo@v0.0.1"
43+
assert_line -p "Downloaded: local/fake_remote_user_repo@v0.0.1"
4444
assert_file_exist "$BASALT_GLOBAL_DATA_DIR/store/tarballs/local/fake_remote_user_repo@v0.0.1.tar.gz"
4545
}
4646

0 commit comments

Comments
 (0)