From 0302c5471314dc624681a8479eea0dde58a7df74 Mon Sep 17 00:00:00 2001 From: LukeParkerDev <10430890+Hona@users.noreply.github.com> Date: Sat, 23 May 2026 11:09:39 +1000 Subject: [PATCH] test(app): update child store manager fixture --- packages/app/src/context/global-sync/child-store.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/app/src/context/global-sync/child-store.test.ts b/packages/app/src/context/global-sync/child-store.test.ts index ab91aa7dc5..2a5e5d1d2d 100644 --- a/packages/app/src/context/global-sync/child-store.test.ts +++ b/packages/app/src/context/global-sync/child-store.test.ts @@ -104,6 +104,7 @@ describe("createChildStoreManager", () => { onBootstrap(directory) { bootstraps.push(directory) }, + onCreate() {}, onDispose() {}, translate: (key) => key, queryOptions: queryOptionsApi,