We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e889c26 commit dbeba45Copy full SHA for dbeba45
testbench/src/servers/ignite_failure.rs
@@ -7,7 +7,7 @@ fn test_ignite_failure() -> Result<()> {
7
};
8
9
if let Err(Error::Liftoff(stdout, _)) = server {
10
- assert!(stdout.contains("ignition failure"));
+ assert!(stdout.contains("failed ignite"));
11
assert!(stdout.contains("FailNow"));
12
} else {
13
panic!("unexpected result: {server:#?}");
0 commit comments