Updating ConnegWebSite name in tests
This commit is contained in:
parent
bf82d87758
commit
c0e077dcd4
|
|
@ -16,7 +16,7 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests
|
|||
{
|
||||
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;
|
||||
|
||||
[Fact]
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests
|
|||
{
|
||||
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;
|
||||
|
||||
[Theory]
|
||||
|
|
|
|||
Loading…
Reference in New Issue