Skip to content

Commit

Permalink
chore: fix test in silo mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Oct 9, 2024
1 parent 06ee73a commit 14bb85c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engine-tests/src/tests/repro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ fn repro_FRcorNv() {
block_timestamp: 1_650_960_438_774_745_116,
input_path: "src/tests/res/input_FRcorNv.hex",
evm_gas_used: 1_239_721,
#[cfg(not(feature = "ext-connector"))]
near_gas_used: 168,
#[cfg(feature = "ext-connector")]
near_gas_used: 167,
});
}

Expand Down

0 comments on commit 14bb85c

Please sign in to comment.