We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9018cac commit a5b22fdCopy full SHA for a5b22fd
1 file changed
extensions/ql-vscode/test/unit-tests/model-editor/bqrs.test.ts
@@ -233,7 +233,7 @@ describe("decodeBqrsToMethods", () => {
233
it("extracts methods", () => {
234
// Even though there are a number of methods with the same number of usages, the order returned should be stable:
235
// - Iterating over a map (as done by .values()) is guaranteed to be in insertion order
236
- // - Sorting the array of usages is guaranteed to be a stable sort
+ // - Sorting the array of methods is guaranteed to be a stable sort
237
expect(decodeBqrsToMethods(chunk)).toEqual([
238
{
239
library: "rt",
0 commit comments