Updating ConnegWebSite name in tests

This commit is contained in:
Pranav K 2014-10-06 10:41:36 -07:00
parent bf82d87758
commit c0e077dcd4
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests
{ {
public class ConnegTests public class ConnegTests
{ {
private readonly IServiceProvider _provider = TestHelper.CreateServices("ConnegWebsite"); private readonly IServiceProvider _provider = TestHelper.CreateServices("ConnegWebSite");
private readonly Action<IApplicationBuilder> _app = new Startup().Configure; private readonly Action<IApplicationBuilder> _app = new Startup().Configure;
[Fact] [Fact]

View File

@ -14,7 +14,7 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests
{ {
public class OutputFormatterTests public class OutputFormatterTests
{ {
private readonly IServiceProvider _provider = TestHelper.CreateServices("ConnegWebsite"); private readonly IServiceProvider _provider = TestHelper.CreateServices("ConnegWebSite");
private readonly Action<IApplicationBuilder> _app = new Startup().Configure; private readonly Action<IApplicationBuilder> _app = new Startup().Configure;
[Theory] [Theory]