Skip to content

Commit

Permalink
adapt test
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Jun 25, 2024
1 parent d0de074 commit fe35251
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions runtime/integration-tests/src/generic/cases/routers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,9 @@ fn check_submission<T: Runtime>(mut env: impl Env<T>, domain_router: DomainRoute
});

env.pass(Blocks::UntilEvent {
event: expected_event.clone().into(),
event: expected_event.into(),
limit: 3,
});

env.check_event(expected_event)
.expect("expected OutboundMessageExecutionSuccess event");
}

#[test_runtimes(all)]
Expand Down

0 comments on commit fe35251

Please sign in to comment.