Skip to content

Commit

Permalink
Fixes broken ibc unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Sep 10, 2024
1 parent a72c671 commit 4e1aef9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/tests/src/vm_host_env/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1344,8 +1344,10 @@ mod tests {

// Check
let mut env = tx_host_env::take();
// The token must be part of the verifier set (checked by MultitokenVp)
// The token and sender must be part of the verifier set (checked by
// MultitokenVp)
env.verifiers.insert(ibc_token);
env.verifiers.insert(sender);
let result = ibc::validate_ibc_vp_from_tx(
&env,
&tx.batch_ref_first_tx().unwrap(),
Expand Down

0 comments on commit 4e1aef9

Please sign in to comment.