Fix typo in FrameTests (#2033)
This commit is contained in:
parent
9d8556e7c4
commit
5bf7d3b28a
|
|
@ -76,7 +76,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core.Tests
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
{
|
{
|
||||||
_transport.Input.Complete();
|
_transport.Input.Complete();
|
||||||
_application.Output.Complete();
|
_transport.Output.Complete();
|
||||||
|
|
||||||
_application.Input.Complete();
|
_application.Input.Complete();
|
||||||
_application.Output.Complete();
|
_application.Output.Complete();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue