Beispiel #1
0
        public async void DiscardSocketDiscards()
        {
            await Initialize();

            await _controller.ServerEventsOff();

            Assert.Equal(ServerEventsStatus.Disabled, _controller.ServerEventsStatus);
        }