Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms committed Dec 24, 2024
1 parent 15acbe6 commit 49f9140
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func TestContractInvokeHostFunctionCreateConstructorContract(t *testing.T) {

itest := integration.NewTest(t, integration.Config{
EnableSorobanRPC: true,
QuickExpiration: true,
})

issuer := itest.Master().Address()
Expand Down
1 change: 1 addition & 0 deletions services/horizon/internal/integration/txsub_async_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func TestAsyncTxSub_TransactionMalformed(t *testing.T) {
HorizonEnvironment: map[string]string{
"MAX_HTTP_REQUEST_SIZE": "1800",
},
QuickExpiration: true,
})
master := itest.Master()

Expand Down
1 change: 1 addition & 0 deletions services/horizon/internal/integration/txsub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func TestTxSubLimitsBodySize(t *testing.T) {
HorizonEnvironment: map[string]string{
"MAX_HTTP_REQUEST_SIZE": "1800",
},
QuickExpiration: true,
})

// establish which account will be contract owner, and load it's current seq
Expand Down

0 comments on commit 49f9140

Please sign in to comment.