Skip to content

Commit 985f14f

Browse files
committed
Correct the urlname.
1 parent 4a9502a commit 985f14f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

converter/tests/DocToStaticPagesTransformerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public async Task HrefShouldResolveCorrectly(string href, string book, string la
1313
var bookDir = Path.GetFullPath("../../../../converter/tests/books/" + book, AppContext.BaseDirectory);
1414
var args = new DocToStaticPagesTransformerArgs
1515
{
16-
BookUrlName = "",
16+
BookUrlName = book,
1717
BooksXmlFolder = Path.GetFullPath("../xml", bookDir),
1818
SourceFolder = bookDir,
1919
OutputFolder = Path.GetFullPath("../../../../artifacts/tests/public_html" + book, AppContext.BaseDirectory),

0 commit comments

Comments
 (0)