Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Oct 17, 2024
1 parent 82244db commit ad345d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/command_initial_setup_from_launcher_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn command_initial_setup() {
.success()
.stdout(predicate::str::is_empty())
.stderr(
predicate::str::starts_with("Installing Julia 1.11.0").and(
predicate::str::starts_with("Installing Julia 1.11.1").and(
predicate::str::contains("apple.darwin14")
.not()
.or(
Expand Down

0 comments on commit ad345d9

Please sign in to comment.