Fix tests

This commit is contained in:
Robert
2023-04-27 16:53:25 +01:00
parent 44a096202d
commit b786b56c70

View File

@@ -749,7 +749,7 @@ describe("local databases", () => {
mockDbItem.databaseUri,
);
expect(resolveDatabaseContentsSpy).toBeCalledTimes(1);
expect(resolveDatabaseContentsSpy).toBeCalledTimes(2);
});
it("should set the database as the currently selected one", async () => {