Skip to content

Commit

Permalink
Remove a DefaultBlockDatabaseFilepath from a test
Browse files Browse the repository at this point in the history
This can break in CI
  • Loading branch information
fastfadingviolets committed Apr 29, 2024
1 parent c559a10 commit 0a0ef59
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/ibc/ics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ func TestICS(t *testing.T) {

// Build interchain
err = ic.Build(ctx, eRep, interchaintest.InterchainBuildOptions{
TestName: t.Name(),
Client: client,
NetworkID: network,
BlockDatabaseFile: interchaintest.DefaultBlockDatabaseFilepath(),
TestName: t.Name(),
Client: client,
NetworkID: network,

SkipPathCreation: false,
})
Expand Down

0 comments on commit 0a0ef59

Please sign in to comment.