From 1d64c8839d00d9b64dec26ed1166035a858f2b7e Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Sun, 21 May 2023 10:24:02 +0300 Subject: Do not copy Test workbooks --- RhSolutions.Tests/CanReadProducts.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RhSolutions.Tests/CanReadProducts.cs') 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]; -- cgit v1.2.3