mirror of https://github.com/apache/poi.git
rename 2 testBug68200
This commit is contained in:
parent
8b859879e4
commit
2dc0c3d5a6
|
@ -171,7 +171,7 @@ final class TestRate {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void testBugxxxxx() throws Exception {
|
void testBug68200() throws Exception {
|
||||||
try (HSSFWorkbook wb = new HSSFWorkbook()) {
|
try (HSSFWorkbook wb = new HSSFWorkbook()) {
|
||||||
HSSFSheet sheet = wb.createSheet();
|
HSSFSheet sheet = wb.createSheet();
|
||||||
HSSFRow row = sheet.createRow(0);
|
HSSFRow row = sheet.createRow(0);
|
||||||
|
|
Loading…
Reference in New Issue