File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public class LiquidProjectProcessorTests
1111 public void ExtractsStringFromLiquidProperty ( )
1212 {
1313 // Act
14- _processor . Process ( "ProjectFiles" , string . Empty , _localizableStrings ) ;
14+ _processor . Process ( "ProjectFiles" , "DummyBasePath" , _localizableStrings ) ;
1515
1616 // Assert
1717 Assert . Contains ( _localizableStrings . Values , s => s . Text == "string in variable" ) ;
@@ -21,7 +21,7 @@ public void ExtractsStringFromLiquidProperty()
2121 public void ExtractsStringFromLiquidExpression ( )
2222 {
2323 // Act
24- _processor . Process ( "ProjectFiles" , string . Empty , _localizableStrings ) ;
24+ _processor . Process ( "ProjectFiles" , "DummyBasePath" , _localizableStrings ) ;
2525
2626 // Assert
2727 Assert . Contains ( _localizableStrings . Values , s => s . Text == "string in expression" ) ;
You can’t perform that action at this time.
0 commit comments