Skip to content

Commit

Permalink
fix: update cost data for failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Sep 14, 2023
1 parent e9188cd commit 39d0a71
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: 4961700,
Instructions: 5007615,
ReadBytes: 48,
WriteBytes: 5468,
WriteBytes: 5532,
},
RefundableFee: 20056,
}
Expand Down

0 comments on commit 39d0a71

Please sign in to comment.