use other assertEquals
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
45630b2813
commit
19a67b29df
|
@ -8,7 +8,7 @@ import persistence.category.CategoryEntity;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
import static org.junit.Assert.assertEquals;
|
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||||
|
|
||||||
class GenericCSVDAOTest {
|
class GenericCSVDAOTest {
|
||||||
|
|
||||||
|
|
Reference in a new issue