Skip to content

Commit 6688eb7

Browse files
committed
Fix tests
1 parent e6b877f commit 6688eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/com/lightbend/paradox/apidoc/MarkdownBaseSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ abstract class MarkdownBaseSpec extends FlatSpec with Matchers {
9696
def writerContext(location: Location[Page]): Writer.Context =
9797
Writer.Context(
9898
location,
99-
Page.allPaths(List(location.root.tree)).toSet,
99+
Page.allPages(List(location.root.tree)),
100100
reader = new Reader,
101101
writer = new Writer,
102102
groups = Map("Language" -> Seq("Scala", "Java"))

0 commit comments

Comments
 (0)