diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-05-21 10:24:02 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-05-21 10:24:02 +0300 |
commit | 1d64c8839d00d9b64dec26ed1166035a858f2b7e (patch) | |
tree | 20094a7a94b68007fd4a59e86a2567772b30325c /RhSolutions.Tests/CanReadProducts.cs | |
parent | 71a0745c70faff8cc9412e9ba4e0fc91c12b522a (diff) |
Do not copy Test workbooks
Diffstat (limited to 'RhSolutions.Tests/CanReadProducts.cs')
-rw-r--r-- | RhSolutions.Tests/CanReadProducts.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RhSolutions.Tests/CanReadProducts.cs b/RhSolutions.Tests/CanReadProducts.cs index 14a89e6..5973017 100644 --- a/RhSolutions.Tests/CanReadProducts.cs +++ b/RhSolutions.Tests/CanReadProducts.cs @@ -45,7 +45,7 @@ public class CanReadProducts : IDisposable Assert.Equal(3, products.Count()); } - [ExcelFact(Workbook = @"TestWorkbooks\TestSpecification.xlsx")] + [ExcelFact(Workbook = @"..\..\..\TestWorkbooks\TestSpecification.xlsx")] public void CanReadWorkbook() { Worksheet worksheet = Util.Workbook.Worksheets[1]; |