diff options
Diffstat (limited to 'RhSolutions.Tests')
-rw-r--r-- | RhSolutions.Tests/ExcelTablesTests.cs | 2 | ||||
-rw-r--r-- | RhSolutions.Tests/Usings.cs | 5 |
2 files changed, 3 insertions, 4 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() { diff --git a/RhSolutions.Tests/Usings.cs b/RhSolutions.Tests/Usings.cs index 4b95659..bf19a29 100644 --- a/RhSolutions.Tests/Usings.cs +++ b/RhSolutions.Tests/Usings.cs @@ -1,5 +1,4 @@ -global using Xunit; +global using ExcelDna.Testing; global using Microsoft.Office.Interop.Excel; -global using ExcelDna.Testing; -global using RhSolutions.ExcelTable; global using RhSolutions.Services; +global using Xunit; |