Skip to content

Commit

Permalink
Fixing charge_when_session_code_succeeds test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zajkowski committed Oct 9, 2024
1 parent f3ffe86 commit 68347b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions node/src/reactor/main_reactor/tests/transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3215,6 +3215,12 @@ async fn charge_when_session_code_succeeds() {
})
.with_chain_name(CHAIN_NAME)
.with_initiator_addr(BOB_PUBLIC_KEY.clone())
.with_pricing_mode(PricingMode::Fixed {
gas_price_tolerance: 5,
additional_computation_factor: 2, /*Makes the transaction
* "Large" despite the fact that the actual
* WASM bytes categorize it as "Small" */
})
.build()
.unwrap(),
);
Expand Down

0 comments on commit 68347b0

Please sign in to comment.