We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a00f42 commit bd8b96fCopy full SHA for bd8b96f
tests/pkg-phase-download-tarball.bats
@@ -40,7 +40,7 @@ load './util/init.sh'
40
run pkg.phase_download_tarball "$REPLY1" "$REPLY2" "$REPLY3" "$REPLY4" 'v0.0.1'
41
42
assert_success
43
- assert_line -p "Downloaded local/fake_remote_user_repo@v0.0.1"
+ assert_line -p "Downloaded: local/fake_remote_user_repo@v0.0.1"
44
assert_file_exist "$BASALT_GLOBAL_DATA_DIR/store/tarballs/local/fake_remote_user_repo@v0.0.1.tar.gz"
45
}
46
0 commit comments