mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 15:49:00 +02:00
test(collection/presentation): assertion failure after change in hidden subtree
This commit is contained in:
parent
d27d9bf7dc
commit
2d7f4290b7
@ -12,7 +12,7 @@ describe("Migration", () => {
|
|||||||
|
|
||||||
const migration = (await import("./migration.js")).default;
|
const migration = (await import("./migration.js")).default;
|
||||||
await migration.migrateIfNecessary();
|
await migration.migrateIfNecessary();
|
||||||
expect(sql.getValue("SELECT count(*) FROM blobs")).toBe(116);
|
expect(sql.getValue("SELECT count(*) FROM blobs")).toBe(118);
|
||||||
resolve();
|
resolve();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user