Skip to content

Commit 610d3ad

Browse files
committed
Remove empty test method
1 parent 1b32fbe commit 610d3ad

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/XLParser.Tests/ParserTests.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -683,12 +683,5 @@ public void TestFileNameString()
683683
{
684684
test("=[sheet]!A1", "=[sheet.xls]!A1");
685685
}
686-
687-
[TestMethod]
688-
public void TestStructuredReferences()
689-
{
690-
// Examples from msdn support document about structured references: https://support.office.com/en-us/article/Using-structured-references-with-Excel-tables-f5ed2452-2337-4f71-bed3-c8ae6d2b276e
691-
test();
692-
}
693686
}
694687
}

0 commit comments

Comments
 (0)