From 37278ba8f99238e11f966ebeb75cc726ccf5c54d Mon Sep 17 00:00:00 2001 From: TakenPt Date: Sun, 21 Apr 2024 21:43:25 +0900 Subject: [PATCH] =?UTF-8?q?#23=20=E3=83=95=E3=82=A9=E3=83=BC=E3=83=9E?= =?UTF-8?q?=E3=83=83=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KoeBook.Test/Epub/ScrapingAozoraServiceTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);