diff --git a/x/ccv/parent/parent_test.go b/x/ccv/parent/parent_test.go index f50cef8f8a..d4cb3f4cd2 100644 --- a/x/ccv/parent/parent_test.go +++ b/x/ccv/parent/parent_test.go @@ -36,6 +36,9 @@ import ( ) func init() { + /* + TODO: This overwrites a default param so it's pretty hacky and should be removed + */ ibctesting.DefaultTestingAppInit = simapp.SetupTestingApp }