diff --git a/test/Kestrel.Transport.Libuv.Tests/TestHelpers/MockConnectionHandler.cs b/test/Kestrel.Transport.Libuv.Tests/TestHelpers/MockConnectionHandler.cs index 5ae8289792..273f65f4d4 100644 --- a/test/Kestrel.Transport.Libuv.Tests/TestHelpers/MockConnectionHandler.cs +++ b/test/Kestrel.Transport.Libuv.Tests/TestHelpers/MockConnectionHandler.cs @@ -22,7 +22,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Tests.TestHelpers var connectionContext = new DefaultConnectionContext(features); Input = new Pipe(InputOptions(connectionContext.BufferPool)); - Output = new Pipe(InputOptions(connectionContext.BufferPool)); + Output = new Pipe(OutputOptions(connectionContext.BufferPool)); var feature = connectionContext.Features.Get();