remove test that stops use of FormulaShifter for copying rows to another sheet (but keep same row number)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891779 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-07-24 14:41:01 +00:00
parent 8c495d746e
commit 1603235a46
1 changed files with 0 additions and 2 deletions

View File

@ -431,8 +431,6 @@ final class TestFormulaShifter {
@Test
void testInvalidArgument() {
assertThrows(IllegalArgumentException.class, () ->
FormulaShifter.createForRowShift(1, "name", 1, 2, 0, SpreadsheetVersion.EXCEL97));
assertThrows(IllegalArgumentException.class, () ->
FormulaShifter.createForRowShift(1, "name", 2, 1, 2, SpreadsheetVersion.EXCEL97));
}