Exemplo n.º 1
0
        public async Task GetSectionsAsync_TestMethod()
        {
            var sections = await _plexService.GetSectionsAsync();

            Assert.IsTrue(sections.Any());
        }