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 5ccd454 commit aa44ddb
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 @@ -502,7 +502,7 @@ func TestInterchain_ConflictRejection(t *testing.T) {
chains, err := cf.Chains(t.Name())
require.NoError(t, err)

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

0 comments on commit aa44ddb

Please sign in to comment.