From 763e6bc9460fbc7c6955077aa08797b2bfc28eea Mon Sep 17 00:00:00 2001 From: Faizan Ahmad Date: Wed, 26 Oct 2016 00:10:25 +0530 Subject: [PATCH] nitpick --- .../GivenDotnetTest3BuildsAndRunsTestfromCsproj.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dotnet-test3.Tests/GivenDotnetTest3BuildsAndRunsTestfromCsproj.cs b/test/dotnet-test3.Tests/GivenDotnetTest3BuildsAndRunsTestfromCsproj.cs index 1f6eb8267..dad219c8b 100644 --- a/test/dotnet-test3.Tests/GivenDotnetTest3BuildsAndRunsTestfromCsproj.cs +++ b/test/dotnet-test3.Tests/GivenDotnetTest3BuildsAndRunsTestfromCsproj.cs @@ -55,7 +55,7 @@ namespace Microsoft.DotNet.Cli.Test3.Tests .Pass(); string configuration = Environment.GetEnvironmentVariable("CONFIGURATION") ?? "Debug"; - string expectedError = Path.Combine(testProjectDirectory, "bin", configuration, "netcoreapp1.0", "STestDotNetCoreProject.dll"); + string expectedError = Path.Combine(testProjectDirectory, "bin", configuration, "netcoreapp1.0", "VSTestDotNetCoreProject.dll"); expectedError = "The test source file " + "\""+ expectedError + "\"" + " provided was not found."; // Call test3