diff --git a/test/dotnet-migrate.Tests/GivenThatIWantToMigrateTestApps.cs b/test/dotnet-migrate.Tests/GivenThatIWantToMigrateTestApps.cs index a2f06c8e3..30cb3cc22 100644 --- a/test/dotnet-migrate.Tests/GivenThatIWantToMigrateTestApps.cs +++ b/test/dotnet-migrate.Tests/GivenThatIWantToMigrateTestApps.cs @@ -476,8 +476,9 @@ namespace Microsoft.DotNet.Migration.Tests [InlineData("LibraryWithNetStandardLibRef")] public void ItMigratesAndBuildsLibrary(string projectName) { - var projectDirectory = TestAssetsManager.CreateTestInstance(projectName, - identifier: $"{nameof(ItMigratesAndBuildsLibrary)}-{projectName}").Path; + var projectDirectory = TestAssetsManager.CreateTestInstance( + projectName, + identifier: $"{projectName}").Path; MigrateProject(projectDirectory); Restore(projectDirectory, projectName);