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