React to Logging changes

This commit is contained in:
John Luo 2018-05-16 18:09:27 -07:00
parent 27799b5acb
commit ca25a4a63e
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ using Xunit;
namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
{
public class EventSourceTests : LoggedTest, IDisposable
public class EventSourceTests : LoggedTest
{
private readonly TestEventListener _listener = new TestEventListener();
@ -104,7 +104,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
}
}
public void Dispose()
public override void Dispose()
{
_listener.Dispose();
}