Test edit
This commit is contained in:
parent
3c93c978d4
commit
2cb7cd0377
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user