Skip to content

Commit

Permalink
use correct property for test
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Jan 23, 2025
1 parent 7514dc8 commit 35719a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void ReadsSubstitutions()
public class EmptyFileWarnsNeedingATitle(ITestOutputHelper output) : DirectiveTest(output, "")
{
[Fact]
public void ReadsTitle() => File.TitleRaw.Should().Be("index.md");
public void ReadsTitle() => File.Title.Should().Be("index.md");

[Fact]
public void ReadsNavigationTitle() => File.NavigationTitle.Should().Be("index.md");
Expand Down

0 comments on commit 35719a0

Please sign in to comment.