bug on config
This commit is contained in:
parent
9ee058e1c8
commit
5f0dfee768
7 changed files with 12 additions and 30 deletions
|
|
@ -4,15 +4,10 @@ using Microsoft.AspNetCore;
|
|||
using isn;
|
||||
using Xunit;
|
||||
using isn.Data;
|
||||
using Microsoft.Extensions.Options;
|
||||
using isn.Entities;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System.Diagnostics;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace nuget.host.tests
|
||||
namespace isnd.host.tests
|
||||
{
|
||||
public class UnitTestWebHost
|
||||
{
|
||||
|
|
@ -43,9 +38,7 @@ namespace nuget.host.tests
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public static IWebHost BuildWebHost(string[] args) =>
|
||||
WebHost.CreateDefaultBuilder(args)
|
||||
.UseStartup<Startup>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue