Skip to content

Commit

Permalink
fix: update cost for go test
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Oct 10, 2023
1 parent 94fa8e4 commit ffe84a7
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 @@ -232,9 +232,9 @@ func TestSimulateTransactionSucceeds(t *testing.T) {
},
},
},
Instructions: 6070660,
Instructions: 3009538,
ReadBytes: 48,
WriteBytes: 7060,
WriteBytes: 2660,
},
RefundableFee: 20056,
}
Expand Down

0 comments on commit ffe84a7

Please sign in to comment.