We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7514dc8 commit 35719a0Copy full SHA for 35719a0
tests/Elastic.Markdown.Tests/FrontMatter/YamlFrontMatterTests.cs
@@ -39,7 +39,7 @@ public void ReadsSubstitutions()
39
public class EmptyFileWarnsNeedingATitle(ITestOutputHelper output) : DirectiveTest(output, "")
40
{
41
[Fact]
42
- public void ReadsTitle() => File.TitleRaw.Should().Be("index.md");
+ public void ReadsTitle() => File.Title.Should().Be("index.md");
43
44
45
public void ReadsNavigationTitle() => File.NavigationTitle.Should().Be("index.md");
0 commit comments