DATAES-764 - Adapt to JUnit4.

This commit is contained in:
Peter-Josef Meisch 2020-03-18 20:49:28 +01:00
parent e22e2bbfc3
commit 17af36702f

View File

@ -22,7 +22,7 @@ import java.util.Collections;
import java.util.List;
import java.util.concurrent.atomic.AtomicBoolean;
import org.junit.jupiter.api.Test;
import org.junit.Test;
import org.springframework.data.domain.PageImpl;
import org.springframework.data.util.CloseableIterator;
import org.springframework.lang.Nullable;