Skip to content

Commit b786b56

Browse files
Fix tests
1 parent 44a0962 commit b786b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/test/vscode-tests/minimal-workspace/local-databases.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ describe("local databases", () => {
749749
mockDbItem.databaseUri,
750750
);
751751

752-
expect(resolveDatabaseContentsSpy).toBeCalledTimes(1);
752+
expect(resolveDatabaseContentsSpy).toBeCalledTimes(2);
753753
});
754754

755755
it("should set the database as the currently selected one", async () => {

0 commit comments

Comments
 (0)