Skip to content

Commit df73aac

Browse files
committed
fix test diagnostics compiler issue
1 parent 5a183a5 commit df73aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Navigation.Tests/Isolation/ValidationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public async Task ValidationEmitsErrorWhenTableOfContentsHasNonTocChildren()
7575
}
7676

7777
[Fact]
78-
public async Task ValidationEmitsErrorForNestedTocWithFileChildren()
78+
public void ValidationEmitsErrorForNestedTocWithFileChildren()
7979
{
8080
// language=yaml
8181
var yaml = """

0 commit comments

Comments
 (0)