Skip to content

Commit 645a495

Browse files
committed
Fix path format
1 parent be8d538 commit 645a495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WebJobs.Script.Tests.Integration/WebHostEndToEnd/CSharpPrecompiledTestFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Microsoft.Azure.WebJobs.Script.Tests.Integration.WebHostEndToEnd
66
{
77
public class CSharpPrecompiledEndToEndTestFixture : EndToEndTestFixture
88
{
9-
private const string TestPathTemplate = "..\\..\\{0}\\{{1}}";
9+
private const string TestPathTemplate = "..\\..\\{0}\\{1}";
1010

1111
private readonly IDisposable _dispose;
1212

0 commit comments

Comments
 (0)