From 8f2e3fcecb2c7c9751ab245fee184d06a1779609 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 7 Aug 2025 14:53:31 +0200 Subject: [PATCH] test --- exception_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) }