fix: fix ci error
This commit is contained in:
+4
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user