update usages of createServiceFactory

Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-13 16:16:26 +01:00
parent eadc8f7df8
commit b8a14b3023
19 changed files with 101 additions and 96 deletions
@@ -63,7 +63,7 @@ describe('createBackend', () => {
createServiceFactory({
service: coreServices.pluginMetadata,
deps: {},
factory: async () => async () => ({ getId: () => 'test' }),
factory: async () => ({ getId: () => 'test' }),
}),
],
}),