diff --git a/test/dotnet-build.Tests/BuildPortableTests.cs b/test/dotnet-build.Tests/BuildPortableTests.cs index 210ea83e3..d55028f95 100644 --- a/test/dotnet-build.Tests/BuildPortableTests.cs +++ b/test/dotnet-build.Tests/BuildPortableTests.cs @@ -50,7 +50,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests } [Fact] - public void TheRuntimeOptionsGetsCopiedFromProjectJsonToRuntimeConfigJson() + public void RuntimeOptionsGetsCopiedToRuntimeConfigJsonForAPortableApp() { var testInstance = TestAssetsManager.CreateTestInstance("PortableTests") .WithLockFiles(); diff --git a/test/dotnet-build.Tests/BuildStandAloneTests.cs b/test/dotnet-build.Tests/BuildStandAloneTests.cs index e1dbfb6c6..7fcb485e3 100644 --- a/test/dotnet-build.Tests/BuildStandAloneTests.cs +++ b/test/dotnet-build.Tests/BuildStandAloneTests.cs @@ -38,7 +38,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests } [Fact] - public void TheRuntimeOptionsGetsCopiedFromProjectJsonToRuntimeConfigJson() + public void RuntimeOptionsGetsCopiedToRuntimeConfigJsonForAStandaloneApp() { var testInstance = TestAssetsManager.CreateTestInstance("PortableTests") .WithLockFiles();