Skip to content

Commit

Permalink
Ignore events in gas counter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slumber committed Oct 16, 2021
1 parent 572c6bb commit c3f8fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/tests/testkit/src/bin/gas_price_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ async fn gas_price_test() {
genesis_root,
None,
);
test_setup.processed_tx_events_receiver.close();

let rng = &mut XorShiftRng::from_seed([0, 1, 2, 3]);

Expand Down

0 comments on commit c3f8fa9

Please sign in to comment.