remove integration test logging (#172)

now that logging.testing has it
This commit is contained in:
Andrew Stanton-Nurse 2017-04-25 15:18:55 -07:00 committed by GitHub
parent 720cf1cf0e
commit 5ed8116b0b
1 changed files with 1 additions and 1 deletions

View File

@ -5,9 +5,9 @@ using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Server.IntegrationTesting;
using Microsoft.AspNetCore.Server.IntegrationTesting.xunit;
using Microsoft.AspNetCore.Testing.xunit;
using Microsoft.AspNetCore.WebSockets.ConformanceTest.Autobahn;
using Microsoft.Extensions.Logging.Testing;
using Xunit.Abstractions;
namespace Microsoft.AspNetCore.WebSockets.ConformanceTest