mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-23 18:01:47 +01:00
Collection
This commit is contained in:
@@ -11,6 +11,7 @@ using WireMock.Settings;
|
||||
|
||||
namespace WireMock.Net.Tests.WebSockets;
|
||||
|
||||
[Collection(nameof(WebSocketIntegrationTests))]
|
||||
public class WebSocketIntegrationTests(ITestOutputHelper output, ITestContextAccessor testContext)
|
||||
{
|
||||
private readonly CancellationToken _ct = testContext.Current.CancellationToken;
|
||||
|
||||
Reference in New Issue
Block a user