Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Oct 17, 2024
1 parent aa44ddb commit 5167643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interchain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ func TestInterchain_ConflictRejection(t *testing.T) {
chains, err := cf.Chains(t.Name())
require.NoError(t, err)

require.PanicsWithError(t, "a chain with ID cosmoshub-0 already exists", func() {
require.PanicsWithError(t, "a chain with ID chain-0 already exists", func() {
_ = interchaintest.NewInterchain().AddChain(chains[0]).AddChain(chains[1])
})
})
Expand Down

0 comments on commit 5167643

Please sign in to comment.