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

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams committed Feb 10, 2018
1 parent e353ef9 commit 9c73a57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class HttpProtocolFeatureCollectionTests : IDisposable
public HttpProtocolFeatureCollectionTests()
{
_pipelineFactory = new MemoryPool();
var pair = PipeFactory.CreateConnectionPair(_pipelineFactory);
var pair = DuplexPipe.CreateConnectionPair(_pipelineFactory);

_transport = pair.Transport;
_application = pair.Application;
Expand Down

0 comments on commit 9c73a57

Please sign in to comment.