fix tests

This commit is contained in:
Brendan Allan 2026-05-22 22:32:28 +08:00
parent bf8fcc07fa
commit a719f65576
No known key found for this signature in database
GPG key ID: 41E835AEA046A32E

View file

@ -162,7 +162,7 @@ beforeAll(async () => {
}),
}))
mock.module("@/context/global-sync", () => ({
mock.module("@/context/server-sync", () => ({
useServerSync: () => ({
child: (directory: string) => {
syncedDirectories.push(directory)