Skip to content

Commit 182c0aa

Browse files
committed
Fix tests.
1 parent 17895c1 commit 182c0aa

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/tests/exec_test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ bun = "1.2"
105105

106106
assert
107107
.inner
108-
.stdout(predicate::str::contains("v20.19.5").and(predicate::str::contains("1.2.22")));
108+
.stdout(predicate::str::contains("v20.19.5").and(predicate::str::contains("1.2.23")));
109109
}
110110

111111
#[test]
@@ -139,7 +139,7 @@ bun = "1.2"
139139

140140
assert
141141
.inner
142-
.stdout(predicate::str::contains("v20.19.5").and(predicate::str::contains("1.2.22")));
142+
.stdout(predicate::str::contains("v20.19.5").and(predicate::str::contains("1.2.23")));
143143
}
144144

145145
#[test]

0 commit comments

Comments
 (0)