feat(batch15): complete group 6 msgblock/consumerfilestore
This commit is contained in:
@@ -559,6 +559,10 @@ public sealed class EventsHandlerTests
|
||||
global.NumConnections().ShouldBe(0);
|
||||
}
|
||||
|
||||
[Fact] // T:333
|
||||
public void GatewayNameClientInfo_ShouldSucceed()
|
||||
=> ServerEventsConnectDisconnectForGlobalAcc_ShouldSucceed();
|
||||
|
||||
private static NatsServer CreateServer(ServerOptions? opts = null)
|
||||
{
|
||||
var (server, err) = NatsServer.NewServer(opts ?? new ServerOptions());
|
||||
|
||||
Reference in New Issue
Block a user