Skip to content

Commit cce3cee

Browse files
committed
Fix Build
1 parent 6763a6e commit cce3cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Tests/ExcelDna.RuntimeTests/Registration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public void UserDefinedParameterConversions()
223223
Assert.Equal("The TestType2 value is From TestType1 world2", functionRange.Value.ToString());
224224
}
225225

226-
[ExcelFact(Workbook = "", AddIn = AddInPath.RuntimeTests)]
226+
[ExcelFact(Workbook = "", AddIn = @"..\..\..\..\ExcelDna.AddIn.RuntimeTests\bin\Debug\net6.0-windows\ExcelDna.AddIn.RuntimeTests-AddIn")]
227227
public void UserDefinedReturnConversions()
228228
{
229229
Range functionRange = ((Worksheet)ExcelDna.Testing.Util.Workbook.Sheets[1]).Range["B1:B1"];
@@ -232,7 +232,7 @@ public void UserDefinedReturnConversions()
232232
Assert.Equal("The TestType1 return value is world", functionRange.Value.ToString());
233233
}
234234

235-
[ExcelFact(Workbook = "", AddIn = AddInPath.RuntimeTests)]
235+
[ExcelFact(Workbook = "", AddIn = @"..\..\..\..\ExcelDna.AddIn.RuntimeTests\bin\Debug\net6.0-windows\ExcelDna.AddIn.RuntimeTests-AddIn")]
236236
public void FunctionExecutionHandlerExtended()
237237
{
238238
Range functionRange = ((Worksheet)ExcelDna.Testing.Util.Workbook.Sheets[1]).Range["B1"];

0 commit comments

Comments
 (0)