Skip to content

Commit 1f05ac5

Browse files
committed
update gas for test
1 parent 47fd691 commit 1f05ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrationTests/chainSimulator/relayedTx/relayedTx_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,8 +1017,8 @@ func TestFixRelayedMoveBalanceWithChainSimulator(t *testing.T) {
10171017
t.Skip("this is not a short test")
10181018
}
10191019

1020-
expectedFeeScCallBefore := "827294920000000"
1021-
expectedFeeScCallAfter := "885704920000000"
1020+
expectedFeeScCallBefore := "827295420000000"
1021+
expectedFeeScCallAfter := "885705420000000"
10221022
t.Run("sc call", testFixRelayedMoveBalanceWithChainSimulatorScCall(expectedFeeScCallBefore, expectedFeeScCallAfter))
10231023

10241024
expectedFeeMoveBalanceBefore := "809500000000000" // 506 * 1500 + 50000 + 500

0 commit comments

Comments
 (0)