Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Sep 18, 2024
1 parent ed2a36c commit 1cde5e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ public async Task EditAndContinue_NonHostWorkspace(bool mutatingLspWorkspace)
encSessionState.IsSessionActive = true;

var results = await RunGetDocumentPullDiagnosticsAsync(testLspServer, document.GetURI(), useVSDiagnostics: false, category: PullDiagnosticCategories.EditAndContinue);
Assert.Empty(results);
Assert.Empty(results.Single().Diagnostics);
}

[Theory, CombinatorialData]
Expand Down

0 comments on commit 1cde5e3

Please sign in to comment.