Skip to content

Commit

Permalink
update (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsachiherman authored Oct 20, 2023
1 parent 7ad3502 commit 3bde0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/test/simulate_transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ func TestSimulateSystemEvent(t *testing.T) {
require.NoError(t, err)

assert.Equal(t, xdr.Int64(45), transactionData.RefundableFee)
assert.Equal(t, xdr.Uint32(7260), transactionData.Resources.ReadBytes)
assert.Equal(t, xdr.Uint32(7448), transactionData.Resources.ReadBytes)
assert.Equal(t, xdr.Uint32(104), transactionData.Resources.WriteBytes)
require.GreaterOrEqual(t, len(response.Events), 3)
}

0 comments on commit 3bde0b5

Please sign in to comment.