Skip to content

Commit

Permalink
Update fvm_basic.bats
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoBorai authored Oct 18, 2024
1 parent a4b2100 commit 48e2a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/fvm_smoke_tests/fvm_basic.bats
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ setup_file() {
# Attempts to install unsupported target triple
run bash -c '$FVM_BIN install 0.11.12 --target aarch64-unknown-linux-gnu'
assert_line --index 0 "Error: PackageSet \"0.11.12\" is not available for architecture: \"aarch64-unknown-linux-gnu\""
assert_success
assert_failure

# Removes FVM
run bash -c '$FVM_BIN self uninstall --yes'
Expand Down

0 comments on commit 48e2a74

Please sign in to comment.