Skip to content

Commit 52b14aa

Browse files
Fix test
1 parent 375e8d5 commit 52b14aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sync/__tests__/syncTask.mock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export function syncTaskFactory() {
22
return {
3-
execute: jest.fn(),
3+
execute: jest.fn(() => Promise.resolve(true)),
44
isExecuting: jest.fn(),
55
start: jest.fn(),
66
stop: jest.fn(),

0 commit comments

Comments
 (0)