Skip to content

Commit a5b22fd

Browse files
Update extensions/ql-vscode/test/unit-tests/model-editor/bqrs.test.ts
1 parent 9018cac commit a5b22fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • extensions/ql-vscode/test/unit-tests/model-editor

extensions/ql-vscode/test/unit-tests/model-editor/bqrs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ describe("decodeBqrsToMethods", () => {
233233
it("extracts methods", () => {
234234
// Even though there are a number of methods with the same number of usages, the order returned should be stable:
235235
// - 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
236+
// - Sorting the array of methods is guaranteed to be a stable sort
237237
expect(decodeBqrsToMethods(chunk)).toEqual([
238238
{
239239
library: "rt",

0 commit comments

Comments
 (0)