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);