Skip to content

Commit

Permalink
chore: Update interchaintest to use junoChainSpec in TestCWICA
Browse files Browse the repository at this point in the history
  • Loading branch information
spoo-bar committed Jun 7, 2024
1 parent 8d56d56 commit 7b8a71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interchaintest/cwica_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestCWICA(t *testing.T) {
}

numOfVals := 1
gaiaChainSpec := &interchaintest.ChainSpec{
junoChainSpec := &interchaintest.ChainSpec{
Name: "juno",
ChainName: "juno",
Version: "v20.0.0",
Expand All @@ -47,7 +47,7 @@ func TestCWICA(t *testing.T) {
zaptest.NewLogger(t),
[]*interchaintest.ChainSpec{
archwayChainSpec,
gaiaChainSpec,
junoChainSpec,
})
chains, err := chainFactory.Chains(t.Name())
require.NoError(t, err)
Expand Down

0 comments on commit 7b8a71c

Please sign in to comment.