From 2bd020d015038506d0fe0fb0500a5b1c99298ac5 Mon Sep 17 00:00:00 2001 From: Krzysztof Wicher Date: Wed, 23 Nov 2016 13:46:44 -0800 Subject: [PATCH] attempt to fix broken linux build --- test/dotnet-add-p2p.Tests/GivenDotnetAddP2P.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dotnet-add-p2p.Tests/GivenDotnetAddP2P.cs b/test/dotnet-add-p2p.Tests/GivenDotnetAddP2P.cs index 1d602f78c..c8352f5c2 100644 --- a/test/dotnet-add-p2p.Tests/GivenDotnetAddP2P.cs +++ b/test/dotnet-add-p2p.Tests/GivenDotnetAddP2P.cs @@ -21,7 +21,7 @@ namespace Microsoft.DotNet.Cli.Add.P2P.Tests { return new TestSetup( TestAssets.Get(TestSetup.TestGroup, TestSetup.ProjectName) - .CreateInstance() + .CreateInstance(callingMethod: callingMethod, identifier: identifier) .WithSourceFiles() .Root .FullName);