We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d5f2f commit 3810bc7Copy full SHA for 3810bc7
internal/serve/httphandler/assets_handler_test.go
@@ -1939,7 +1939,7 @@ func Test_AssetHandler_submitChangeTrustTransaction_makeSurePreconditionsAreSetA
1939
mocks.Handler.GetPreconditionsFn = nil
1940
1941
txParams := txParamsWithoutPreconditions
1942
- txParams.Preconditions = defaultPreconditions
+ txParams.Preconditions = txnbuild.Preconditions{TimeBounds: txnbuild.NewTimeout(20)}
1943
tx, err := txnbuild.NewTransaction(txParams)
1944
require.NoError(t, err)
1945
0 commit comments