Skip to content

Commit

Permalink
chore: Fix tests according to new required deps from medusa core
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Jan 11, 2023
1 parent 19f3eeb commit d579c27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/loaders/tests/services.loader.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ describe('Services loader', () => {
.register({ eventBusService: asFunction(() => void 0) })
.register({ featureFlagRouter: asFunction(() => void 0) })
.register({ taxProviderService: asFunction(() => void 0) })
.register({ newTotalsService: asFunction(() => void 0) });
.register({ newTotalsService: asFunction(() => void 0) })
.register({ productVariantInventoryService: asFunction(() => void 0) });
});

describe('overrideService', () => {
Expand Down

0 comments on commit d579c27

Please sign in to comment.