We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996daab commit 2d41e95Copy full SHA for 2d41e95
tests/SocketIOClient.UnitTests/V2/SocketIOTests.cs
@@ -130,8 +130,6 @@ public async Task ConnectAsync_ConnectedMessageReceived_ConnectedIsTrueIdHasValu
130
[Fact]
131
public async Task ConnectAsyncCancellationToken_GivenACanceledToken_ThrowConnectionException()
132
{
133
- _session.ConnectAsync(Arg.Any<CancellationToken>()).ThrowsAsync(new Exception("Test"));
134
-
135
await _io
136
.Invoking(async x =>
137
0 commit comments