Skip to content

Commit

Permalink
Revert fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Jul 26, 2024
1 parent cce743f commit 33bc91a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public async Task DisplayFormatForMethodSymbol_Invocation()
var response = await GetTypeLookUpResponse(line: 6, column: 35);

#if NETCOREAPP
Assert.Equal("```csharp\nvoid Console.WriteLine(string? value) (+ 18 overloads)\n```", response.Markdown);
Assert.Equal("```csharp\nvoid Console.WriteLine(string? value) (+ 17 overloads)\n```", response.Markdown);
#else
Assert.Equal("```csharp\nvoid Console.WriteLine(string value) (+ 18 overloads)\n```", response.Markdown);
#endif
Expand Down

0 comments on commit 33bc91a

Please sign in to comment.