diff --git a/turbo/jsonrpc/send_transaction_test.go b/turbo/jsonrpc/send_transaction_test.go index dab70e7d3..b5cf7e4e8 100644 --- a/turbo/jsonrpc/send_transaction_test.go +++ b/turbo/jsonrpc/send_transaction_test.go @@ -107,7 +107,7 @@ func TestSendRawTransaction(t *testing.T) { t.Log("Timeout waiting for txn from channel") jsonTx, err := api.GetTransactionByHash(ctx, txHash) require.NoError(err) - require.Equal(expectedValue+1, jsonTx.Value.Uint64()) + require.Equal(expectedValue, jsonTx.Value.Uint64()) } //send same tx second time and expect error