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

Commit 86ff4a3

Browse files
committed
more logging
1 parent 456bd04 commit 86ff4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.AspNetCore.SignalR.Client.Tests/HttpConnectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ public async Task EventQueueTimeout()
626626

627627
var blockReceiveCallbackTcs = new TaskCompletionSource<object>();
628628

629-
var connection = new HttpConnection(new Uri("http://fakeuri.org/"), new TestTransportFactory(mockTransport.Object), loggerFactory: null,
629+
var connection = new HttpConnection(new Uri("http://fakeuri.org/"), new TestTransportFactory(mockTransport.Object), loggerFactory,
630630
httpOptions: new HttpOptions { HttpMessageHandler = mockHttpHandler.Object });
631631
connection.OnReceived(_ => blockReceiveCallbackTcs.Task);
632632

0 commit comments

Comments
 (0)