Skip to content

Commit c48a1b0

Browse files
authored
Remove unnecessary assert (#11582)
Missed feedback from a previous PR that was set to auto-complete :)
2 parents f115325 + 3b59c2b commit c48a1b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/Diagnostics/DocumentPullDiagnosticsEndpointTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public void ApplyCapabilities_AddsExpectedCapabilities()
4242
Assert.NotNull(serverCapabilities);
4343
Assert.NotNull(serverCapabilities.DiagnosticProvider);
4444
Assert.NotNull(serverCapabilities.DiagnosticProvider.DiagnosticKinds);
45-
Assert.Equal(2, serverCapabilities.DiagnosticProvider.DiagnosticKinds.Length);
4645

4746
// use the expected value directly; if the underlying library changes values, there is likely a downstream impact
4847
Assert.Collection(serverCapabilities.DiagnosticProvider.DiagnosticKinds,

0 commit comments

Comments
 (0)