From f13f3b0d6f8f85770f697574da0a8728e485c83d Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Mon, 16 Oct 2023 19:39:29 +0200 Subject: [PATCH] Fix test --- cmd/soroban-rpc/internal/test/simulate_transaction_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/soroban-rpc/internal/test/simulate_transaction_test.go b/cmd/soroban-rpc/internal/test/simulate_transaction_test.go index e5595f271..60efcb36e 100644 --- a/cmd/soroban-rpc/internal/test/simulate_transaction_test.go +++ b/cmd/soroban-rpc/internal/test/simulate_transaction_test.go @@ -236,7 +236,7 @@ func TestSimulateTransactionSucceeds(t *testing.T) { ReadBytes: 48, WriteBytes: 7048, }, - ResourceFee: 20056, + ResourceFee: 130498, } // First, decode and compare the transaction data so we get a decent diff if it fails.