Skip to content

Commit 1110760

Browse files
authored
Update metacall_test.rs
1 parent b72e196 commit 1110760

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/ports/rs_port/tests/metacall_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ fn test_mixed_numbers() {
9292
);
9393

9494
assert!(result.is_ok());
95+
9596
if let Ok(ret) = result {
9697
assert_eq!(ret, 6_i64)
9798
}

0 commit comments

Comments
 (0)