Skip to content

Commit b751e89

Browse files
committed
Fixup symbols test
1 parent cd8cf20 commit b751e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/DocumentSymbols/DocumentSymbolEndpointTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class DocumentSymbolEndpointTest(ITestOutputHelper testOutput) : SingleSe
2222
public Task DocumentSymbols_CSharpMethods()
2323
=> VerifyDocumentSymbolsAsync(
2424
"""
25-
@functions {
25+
{|AspNetCore.test:|}@functions {
2626
private void {|HandleString(string s):HandleString|}(string s)
2727
{
2828
s += "Hello";

0 commit comments

Comments
 (0)