Skip to content

Commit

Permalink
chore: add breaking change to test workflow failure
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Nov 2, 2022
1 parent 579efe1 commit 0194dce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion e2e/tests/interchain_accounts/groups_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ const (
InitialProposalID = 1
)

func TestInterchainAccountsGroupsTestSuite(t *testing.T) {
func TestInterchainAccounts

GroupsTestSuite(t *testing.T) {
suite.Run(t, new(InterchainAccountsGroupsTestSuite))
}

Expand Down

0 comments on commit 0194dce

Please sign in to comment.