Fix errors at startup.

This commit is contained in:
Alexandre SPIESER
2020-01-23 23:07:28 +00:00
parent 8019387b0f
commit 6b25924df3
4 changed files with 29 additions and 38 deletions
@@ -1,8 +1,7 @@
using System;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.AspNetCore.Identity.Test;
using Microsoft.Extensions.Logging;
namespace AspNetCore.Identity.MongoDbCore.IntegrationTests
{