diff --git a/KoeBook.Test/Epub/ScrapingAozoraServiceTest.cs b/KoeBook.Test/Epub/ScrapingAozoraServiceTest.cs index 251e2af..e37bbad 100644 --- a/KoeBook.Test/Epub/ScrapingAozoraServiceTest.cs +++ b/KoeBook.Test/Epub/ScrapingAozoraServiceTest.cs @@ -20,7 +20,7 @@ public static object[][] ProcessChildrenTestCases() // 1.1 改丁 (ToMainText(@"[#改丁]"), EmptySingleParagraph , new EpubDocument("", "", "", Guid.NewGuid()) { Chapters = [new Chapter() { Sections = [new Section("") { Elements = [new Paragraph() { Text = "[#改丁]", ScriptLine = new Core.Models.ScriptLine("", "", "") }] }] }] }), ]; - return cases.Select(c => new object[] { c.Item1, c.Item2 }).ToArray(); + return cases.Select(c => new object[] { c.Item1, c.Item2, c.Item3 }).ToArray(); } ///