Skip to content

Commit dbeba45

Browse files
committed
Fix testbench ignite test: match new log output.
1 parent e889c26 commit dbeba45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testbench/src/servers/ignite_failure.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fn test_ignite_failure() -> Result<()> {
77
};
88

99
if let Err(Error::Liftoff(stdout, _)) = server {
10-
assert!(stdout.contains("ignition failure"));
10+
assert!(stdout.contains("failed ignite"));
1111
assert!(stdout.contains("FailNow"));
1212
} else {
1313
panic!("unexpected result: {server:#?}");

0 commit comments

Comments
 (0)