Skip to content

Commit 630cf54

Browse files
committed
Make a test fail
1 parent e65b538 commit 630cf54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Middleware/WebSockets/test/UnitTests/WebSocketMiddlewareTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public async Task Connect_Success()
3131
await client.ConnectAsync(new Uri($"ws://localhost:{port}/"), CancellationToken.None);
3232
}
3333
}
34+
Assert.True(false); // see logs
3435
}
3536

3637
[Fact]

0 commit comments

Comments
 (0)