parent
f1ce4dcf14
commit
f40bfff7c0
|
@ -267,11 +267,8 @@ mod tests {
|
|||
.await;
|
||||
|
||||
ensure!(
|
||||
match verify_result {
|
||||
Ok(_) => false,
|
||||
// TODO(teor || jlusby): check error string
|
||||
_ => true,
|
||||
},
|
||||
verify_result.is_err(),
|
||||
"unexpected result kind: {:?}",
|
||||
verify_result
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue