Skip to content

Commit 6396f87

Browse files
committed
update nav tests now that I understand them
1 parent 1fc2b4e commit 6396f87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Elastic.Markdown.Tests/SiteMap/NavigationTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ public void ParsesNestedFoldersAndPrefixesPaths()
1818
{
1919
Configuration.ImplicitFolders.Should().NotBeNullOrEmpty();
2020
Configuration.ImplicitFolders.Should()
21-
.Contain("markup")
22-
.And.Contain("syntax");
21+
.Contain("testing")
22+
.And.Contain("testing/req.md");
2323
}
2424
[Fact]
2525
public void ParsesFilesAndPrefixesPaths() =>
2626
Configuration.Files.Should()
2727
.Contain("index.md")
28-
.And.Contain("testing/req.md");
28+
.And.Contain("syntax");
2929
}

0 commit comments

Comments
 (0)