Skip to content

Commit 8763a7f

Browse files
committed
f
1 parent 01dee0e commit 8763a7f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bindings/rust/src/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1373,8 +1373,6 @@ mod tests {
13731373
// Successful execution.
13741374
let result = instance.execute("foo", &[]);
13751375
assert!(result.is_ok());
1376-
let result = result.unwrap();
1377-
assert!(!result.trapped());
1378-
assert!(result.value().is_none());
1376+
assert!(result.unwrap().is_none());
13791377
}
13801378
}

0 commit comments

Comments
 (0)