diff options
Diffstat (limited to 'RhSolutions.Tests/ExcelTablesTests.cs')
-rw-r--r-- | RhSolutions.Tests/ExcelTablesTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RhSolutions.Tests/ExcelTablesTests.cs b/RhSolutions.Tests/ExcelTablesTests.cs index 3ce71bc..78264ac 100644 --- a/RhSolutions.Tests/ExcelTablesTests.cs +++ b/RhSolutions.Tests/ExcelTablesTests.cs @@ -3,7 +3,7 @@ [ExcelTestSettings(OutOfProcess = true, Workbook = @"TestWorkbooks\ExcelTableTest.xlsx")] public class ExcelTablesTests : IDisposable { - ExcelTable.ExcelTable table; + ExcelExtensions.Table table; public ExcelTablesTests() { |