fix: fix ci error

This commit is contained in:
zihluwang
2025-01-25 20:40:21 +08:00
parent 971037f160
commit b60d6c27b0
4 changed files with 17 additions and 11 deletions
@@ -17,12 +17,14 @@
package com.onixbyte.devkit.core.exceptions;
import lombok.extern.slf4j.Slf4j;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@Slf4j
public class NotImplementationExceptionTest {
private final static Logger log = LoggerFactory.getLogger(NotImplementationExceptionTest.class);
@Test
public void testExceptionWithEmptyConstructor() {
try {