Skip to content

Commit ddc8fe7

Browse files
author
Sasha Aldrick
committed
fix test failing
1 parent 47c6867 commit ddc8fe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guests/tests/is-even.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fn proves_even_number() {
2929
// NOTE: Use the executor to run tests without proving.
3030
let session_info = default_executor().execute(env, IS_EVEN_ELF).unwrap();
3131

32-
let x = U256::abi_decode(&session_info.journal.bytes, true).unwrap();
32+
let x = U256::abi_decode(&session_info.journal.bytes).unwrap();
3333
assert_eq!(x, even_number);
3434
}
3535

0 commit comments

Comments
 (0)