Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Sep 4, 2023
1 parent b579931 commit c38a1e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/soroban-rpc/internal/test/simulate_transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ func TestSimulateTransactionSucceeds(t *testing.T) {
},
},
Instructions: 79653,
ReadBytes: 72,
WriteBytes: 100,
ReadBytes: 36,
WriteBytes: 64,
},
RefundableFee: 20045,
}
Expand Down

0 comments on commit c38a1e5

Please sign in to comment.