File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Source/Tests/ExcelDna.RuntimeTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" ] ;
You can’t perform that action at this time.
0 commit comments