We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a31586 commit 9bddef5Copy full SHA for 9bddef5
tests/fixtures/build/echo.trampolined.wasm
-20 KB
tests/integration_tests.rs
@@ -393,7 +393,7 @@ mod tests {
393
.expect("Failed waiting for output");
394
395
cmd.assert().success();
396
- cmd.assert().stdout(contains("null"));
+ cmd.assert().stdout(contains("\"output\": {}"));
397
398
Ok(())
399
}
@@ -419,7 +419,7 @@ mod tests {
419
420
child.wait_with_output()?;
421
422
- cmd.assert().stdout(contains("7b 7d"));
423
424
425
0 commit comments