Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Carneiro committed Oct 1, 2024
1 parent b321340 commit ec3918b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suite/services.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ describe("queryHistoryProvider", () => {
it("Should return children for the tree when queryHistory has entries", async () => {
const queryHistoryProvider = new QueryHistoryProvider();
const result = await queryHistoryProvider.getChildren();
assert.strictEqual(result.length, 4, "Children count should be 3");
assert.strictEqual(result.length, 6, "Children count should be 6");
});

it("Should not return children for the tree when queryHistory has no entries", async () => {
Expand Down

0 comments on commit ec3918b

Please sign in to comment.