From c38a1e5cecde4a68a843a3f8ced5c1a1066bf5e6 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Mon, 4 Sep 2023 18:56:28 +0200 Subject: [PATCH] Fix test --- cmd/soroban-rpc/internal/test/simulate_transaction_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/soroban-rpc/internal/test/simulate_transaction_test.go b/cmd/soroban-rpc/internal/test/simulate_transaction_test.go index 1ea57f2c8..43e74483b 100644 --- a/cmd/soroban-rpc/internal/test/simulate_transaction_test.go +++ b/cmd/soroban-rpc/internal/test/simulate_transaction_test.go @@ -241,8 +241,8 @@ func TestSimulateTransactionSucceeds(t *testing.T) { }, }, Instructions: 79653, - ReadBytes: 72, - WriteBytes: 100, + ReadBytes: 36, + WriteBytes: 64, }, RefundableFee: 20045, }