Skip to content

Commit

Permalink
#23 テストの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
TakenPt committed Apr 8, 2024
1 parent 214bbc8 commit 9cc8387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KoeBook.Test/Epub/ScrapingAozoraServiceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static object[][] ProcessChildrenTestCases()
// 1.1 改丁
(ToMainText(@"<span class=""notes"">[#改丁]</span>"), 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();
}

/// <summary>
Expand Down

0 comments on commit 9cc8387

Please sign in to comment.