Update CustomColorReplaceStrategyTest.java

This commit is contained in:
Ludy87 2025-08-10 12:29:57 +02:00
parent 2787c46b0b
commit 445b6b4b0a
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -6,6 +6,7 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
import java.io.IOException;
import java.lang.reflect.Method;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.springframework.mock.web.MockMultipartFile;
@ -102,7 +103,7 @@ class CustomColorReplaceStrategyTest {
} catch (Exception e) {
// If we get here, the test failed
org.junit.jupiter.api.Assertions.fail("Exception occurred: " + e.getMessage());
Assertions.fail("Exception occurred: " + e.getMessage());
}
}
}