From 0194dcebe2524f92ec5993eff02f5dfdf3f815a7 Mon Sep 17 00:00:00 2001 From: Cian Hatton Date: Wed, 2 Nov 2022 09:58:01 +0000 Subject: [PATCH] chore: add breaking change to test workflow failure --- e2e/tests/interchain_accounts/groups_test.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/e2e/tests/interchain_accounts/groups_test.go b/e2e/tests/interchain_accounts/groups_test.go index 23545523c7e..b38f7981576 100644 --- a/e2e/tests/interchain_accounts/groups_test.go +++ b/e2e/tests/interchain_accounts/groups_test.go @@ -54,7 +54,9 @@ const ( InitialProposalID = 1 ) -func TestInterchainAccountsGroupsTestSuite(t *testing.T) { +func TestInterchainAccounts + +GroupsTestSuite(t *testing.T) { suite.Run(t, new(InterchainAccountsGroupsTestSuite)) }