diff --git a/tests/common/gov.go b/tests/common/gov.go index 34433c2..6660eb4 100644 --- a/tests/common/gov.go +++ b/tests/common/gov.go @@ -77,5 +77,5 @@ func (s *NetworkTestSuite) BroadcastMessages(ctx context.Context, chain *cosmos. //chainA, chainB := s.GetChains() //err = test.WaitForBlocks(ctx, 2, chainA, chainB) - return resp, err + return resp, nil }