We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fd691 commit 1f05ac5Copy full SHA for 1f05ac5
integrationTests/chainSimulator/relayedTx/relayedTx_test.go
@@ -1017,8 +1017,8 @@ func TestFixRelayedMoveBalanceWithChainSimulator(t *testing.T) {
1017
t.Skip("this is not a short test")
1018
}
1019
1020
- expectedFeeScCallBefore := "827294920000000"
1021
- expectedFeeScCallAfter := "885704920000000"
+ expectedFeeScCallBefore := "827295420000000"
+ expectedFeeScCallAfter := "885705420000000"
1022
t.Run("sc call", testFixRelayedMoveBalanceWithChainSimulatorScCall(expectedFeeScCallBefore, expectedFeeScCallAfter))
1023
1024
expectedFeeMoveBalanceBefore := "809500000000000" // 506 * 1500 + 50000 + 500
0 commit comments