[JAVA-10080] Add plugin for filtering xls resources

This commit is contained in:
Haroon Khan
2022-02-19 19:41:44 +00:00
parent 4bb39341c1
commit f3b59f5316
3 changed files with 19 additions and 1 deletions
@@ -12,7 +12,7 @@ import java.nio.file.Paths;
import static org.junit.Assert.assertEquals;
public class CellBorderHandlerUnitTest {
private static final String FILE_NAME = "cellstyle/CellStyleHandlerTest.xlsx";
private static final String FILE_NAME = "cellstyle/CellStyleBorderHandlerTest.xlsx";
private static final int SHEET_INDEX = 0;
private static CellBordersHandler cellBordersHandler;