Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit d5d00e3

Browse files
committed
fix test
1 parent 846ed76 commit d5d00e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Kestrel.Core.Tests/HttpProtocolFeatureCollectionTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class HttpProtocolFeatureCollectionTests : IDisposable
3131
public HttpProtocolFeatureCollectionTests()
3232
{
3333
_pipelineFactory = new MemoryPool();
34-
var pair = PipeFactory.CreateConnectionPair(_pipelineFactory);
34+
var pair = DuplexPipe.CreateConnectionPair(_pipelineFactory);
3535

3636
_transport = pair.Transport;
3737
_application = pair.Application;

0 commit comments

Comments
 (0)