mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +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;
|
||||
await migration.migrateIfNecessary();
|
||||
expect(sql.getValue("SELECT count(*) FROM blobs")).toBe(116);
|
||||
expect(sql.getValue("SELECT count(*) FROM blobs")).toBe(118);
|
||||
resolve();
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user