diff --git a/KoeBook.Test/Epub/ScrapingAozoraServiceTest.cs b/KoeBook.Test/Epub/ScrapingAozoraServiceTest.cs index ade247c..5617d30 100644 --- a/KoeBook.Test/Epub/ScrapingAozoraServiceTest.cs +++ b/KoeBook.Test/Epub/ScrapingAozoraServiceTest.cs @@ -108,7 +108,7 @@ public async void ProcessChildrenlayout2Test(string html, IReadOnlyCollection + Assert.All(expectedParagraphs.Zip(document.Chapters[^1].Sections[^1].Elements), v => { var actualParagraph = Assert.IsType(v.Second); Assert.Equal(v.First.Text, actualParagraph.Text);