diff --git a/exception_test.go b/exception_test.go index 7a975c6..34fddef 100644 --- a/exception_test.go +++ b/exception_test.go @@ -38,5 +38,5 @@ func (suite *CustomExceptionTestSuite) TestShouldAddInnerErrorsAfterCreation() { } func TestCustomExceptionTestSuite(t *testing.T) { - suite.Run(t, new(CustomExceptionTestSuite)) + suite.Run(t, new(CustomExceptionTestSuiteeee)) }