We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9502a commit 985f14fCopy full SHA for 985f14f
1 file changed
converter/tests/DocToStaticPagesTransformerTests.cs
@@ -13,7 +13,7 @@ public async Task HrefShouldResolveCorrectly(string href, string book, string la
13
var bookDir = Path.GetFullPath("../../../../converter/tests/books/" + book, AppContext.BaseDirectory);
14
var args = new DocToStaticPagesTransformerArgs
15
{
16
- BookUrlName = "",
+ BookUrlName = book,
17
BooksXmlFolder = Path.GetFullPath("../xml", bookDir),
18
SourceFolder = bookDir,
19
OutputFolder = Path.GetFullPath("../../../../artifacts/tests/public_html" + book, AppContext.BaseDirectory),
0 commit comments