Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Aug 28, 2024
1 parent f0fed71 commit aa5c2bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class Y
var results2 = await RunGetRelatedDocumentsAsync(
testLspServer,
project.Documents.First().GetURI(),
previousResultId: results.Single().ResultId,
previousResultId: results1.Single().ResultId,
useProgress: useProgress);

AssertJsonEquals(results2, new VSInternalRelatedDocumentReport[]
Expand Down

0 comments on commit aa5c2bc

Please sign in to comment.