close pkg

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-10-19 09:04:01 +00:00
parent 425e04b4a4
commit c0a5f568da
1 changed files with 2 additions and 0 deletions

View File

@ -243,5 +243,7 @@ public final class TestXSSFReader extends TestCase {
assertEquals(false, iter.hasNext());
assertEquals("Orders", iter.getSheetName());
pkg.close();
}
}