Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
IndianGhost committed Apr 15, 2022
1 parent d28363c commit c6aeacd
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/test/java/io/github/indianghost/DumpHelperTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
import org.junit.jupiter.api.TestInstance;
import org.junit.jupiter.api.TestInstance.Lifecycle;

import io.github.indianghost.DumpHelper;

/**
*
* @author <a href="mailto:achraf.bellaali@gmail.com">Achraf BELLAALI</a>
Expand All @@ -25,12 +23,12 @@
public class DumpHelperTest {

private final static String ENCODING_TYPE = "UTF-8";
private final static String RESOURCE_OF_ENTITY_1 = "com/github/indianghost/entity1.txt";
private final static String RESOURCE_OF_ENTITY_2 = "com/github/indianghost/entity2.txt";
private final static String RESOURCE_OF_ENTITY_3 = "com/github/indianghost/entity3.txt";
private final static String RESOURCE_JSON_OF_ENTITY_1 = "com/github/indianghost/entity1.json";
private final static String RESOURCE_JSON_OF_ENTITY_2 = "com/github/indianghost/entity2.json";
private final static String RESOURCE_JSON_OF_ENTITY_3 = "com/github/indianghost/entity3.json";
private final static String RESOURCE_OF_ENTITY_1 = "io/github/indianghost/entity1.txt";
private final static String RESOURCE_OF_ENTITY_2 = "io/github/indianghost/entity2.txt";
private final static String RESOURCE_OF_ENTITY_3 = "io/github/indianghost/entity3.txt";
private final static String RESOURCE_JSON_OF_ENTITY_1 = "io/github/indianghost/entity1.json";
private final static String RESOURCE_JSON_OF_ENTITY_2 = "io/github/indianghost/entity2.json";
private final static String RESOURCE_JSON_OF_ENTITY_3 = "io/github/indianghost/entity3.json";

private EntityForDemo entity1;
private EntityForDemo entity2;
Expand Down

0 comments on commit c6aeacd

Please sign in to comment.