We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7157d commit b69235fCopy full SHA for b69235f
test/Lsp.Tests/LspRequestRouterTests.cs
@@ -170,7 +170,7 @@ public async Task ShouldHandle_Request_WithNullParameters()
170
{
171
bool wasShutDown = false;
172
173
- ShutdownHandler shutdownHandler = new ShutdownHandler();
+ var shutdownHandler = new ShutdownHandler();
174
shutdownHandler.Shutdown += shutdownRequested =>
175
176
wasShutDown = true;
@@ -194,7 +194,7 @@ public async Task ShouldHandle_Request_WithMissingParameters()
194
195
196
197
198
199
200
0 commit comments