Skip to content

Commit 3fe68dc

Browse files
committed
Fix baseline after run.
1 parent 1b5b9f7 commit 3fe68dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/OmniSharp.Roslyn.CSharp.Tests/QuickInfoProviderFacts.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ public static void A(string s)
723723
724724
}";
725725
var response = await GetTypeLookUpResponse(content);
726-
Assert.Equal("```csharp\n(local) string? s\n```\n\n_'s' is not null here._", response.Markdown);
726+
Assert.Equal("```csharp\n(parameter) string s\n```\n\n_'s' is not null here\\._", response.Markdown);
727727
}
728728

729729
private async Task<QuickInfoResponse> GetTypeLookUpResponse(string content)

0 commit comments

Comments
 (0)