Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseMedova committed Aug 26, 2024
1 parent e8aaf38 commit 11f6a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gear-programs/vft-gateway/src/wasm/tests/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ impl VftGateway for Program<'_> {
<(String, String, Result<(U256, H160), Error>)>::decode(&mut log_entry.payload())
.expect("Unable to decode reply"); // Panic if decoding fails

return reply.2;
reply.2
}

fn get_msg_tracker_state(&self) -> Vec<(MessageId, MessageInfo)> {
Expand Down

0 comments on commit 11f6a23

Please sign in to comment.