This commit is contained in:
admin 2025-08-07 14:53:31 +02:00
parent 1f211de8ef
commit 8f2e3fcecb

View File

@ -38,5 +38,5 @@ func (suite *CustomExceptionTestSuite) TestShouldAddInnerErrorsAfterCreation() {
} }
func TestCustomExceptionTestSuite(t *testing.T) { func TestCustomExceptionTestSuite(t *testing.T) {
suite.Run(t, new(CustomExceptionTestSuite)) suite.Run(t, new(CustomExceptionTestSuiteeee))
} }