コード例 #1
0
        public async Task GetMangaMoreInfoAsync_BerserkId_ShouldParseBerserkMoreInfo()
        {
            // When
            var berserk = await _jikan.GetMangaMoreInfoAsync(2);

            // Then
            berserk.Data.Info.Should().Contain("The Prototype (1988)");
        }