Skip to content

Commit

Permalink
Fix test (the test was broken before)
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Oct 17, 2023
1 parent 5032bb3 commit 21c21a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/soroban-rpc/internal/test/simulate_transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,7 @@ func TestSimulateTransactionExtendAndRestoreFootprint(t *testing.T) {
Operations: []txnbuild.Operation{
&txnbuild.RestoreFootprint{},
},
BaseFee: txnbuild.MinBaseFee,
Preconditions: txnbuild.Preconditions{
TimeBounds: txnbuild.NewInfiniteTimeout(),
},
Expand Down

0 comments on commit 21c21a5

Please sign in to comment.