Skip to content

Commit

Permalink
Update modules/core/04-channel/v2/types/channel_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
  • Loading branch information
bznein and DimitrisJim authored Oct 22, 2024
1 parent 31e40ff commit f0bd6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/04-channel/v2/types/channel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (s *TypesTestSuite) TestValidate() {
expErr: host.ErrInvalidID,
},
{
name: "failure: invalid counterparty",
name: "failure: invalid counterparty channel id",
malleate: func() {
c.CounterpartyChannelId = ""
},
Expand Down

0 comments on commit f0bd6e3

Please sign in to comment.