Skip to content

Commit 9389be4

Browse files
committed
Fix path in Tests for Debug build
1 parent 46f2aac commit 9389be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Tests/ExcelDna.RuntimeTests/Registration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ public void Params()
627627
}
628628
}
629629

630-
[ExcelFact(Workbook = "", AddIn = AddInPath.RuntimeTests)]
630+
[ExcelFact(Workbook = "", AddIn = @"..\..\..\..\ExcelDna.AddIn.RuntimeTests\bin\Debug\net6.0-windows\ExcelDna.AddIn.RuntimeTests-AddIn")]
631631
public void DynamicFunctions()
632632
{
633633
{

0 commit comments

Comments
 (0)