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 59760b4 commit 89516f6Copy full SHA for 89516f6
capnp-rpc/test/test.rs
@@ -384,7 +384,9 @@ fn pipelining_return_null() {
384
let cap = request.send().pipeline.get_cap();
385
match cap.foo_request().send().promise.await {
386
Err(ref e) => {
387
- if e.extra.contains("Pipeline call on a request that returned no capabilities") {
+ if e.extra
388
+ .contains("Pipeline call on a request that returned no capabilities")
389
+ {
390
Ok(())
391
} else {
392
Err(Error::failed(format!(
0 commit comments