Skip to content

Commit a659b6a

Browse files
add test
Signed-off-by: salaheldinsoliman <salaheldin_sameh@aucegypt.edu>
1 parent 59f0a94 commit a659b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/soroban_testcases/cross_contract_calls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ fn simple_cross_contract() {
4747
let res = runtime.invoke_contract(&caller, "call_max", vec![addr.into_val(&runtime.env), arg, arg2]);
4848

4949
println!("second res {:?}", res);
50-
//assert!(expected.shallow_eq(&res));
50+
assert!(expected.shallow_eq(&res));
5151

5252
}

0 commit comments

Comments
 (0)