Test edit

This commit is contained in:
Sergey Chebotar 2023-03-24 06:22:40 +03:00
parent 3c93c978d4
commit 2cb7cd0377

View File

@ -1,6 +1,6 @@
namespace RhSolutions.Tests
{
[ExcelTestSettings(AddIn = @"..\..\..\..\RhSolutions.AddIn\bin\Debug\net472\RhSolutions-AddIn", OutOfProcess = true)]
namespace RhSolutions.Tests;
[ExcelTestSettings(OutOfProcess = true)]
public class WorkbookCheck : IDisposable
{
public WorkbookCheck()
@ -27,4 +27,3 @@
Util.Application.ActiveWorkbook.Close(SaveChanges: false);
}
}
}