diff --git a/src/modules/marketplaces/tests/marketplaces.service.spec.ts b/src/modules/marketplaces/tests/marketplaces.service.spec.ts index 088ad4f8d..975e00f94 100644 --- a/src/modules/marketplaces/tests/marketplaces.service.spec.ts +++ b/src/modules/marketplaces/tests/marketplaces.service.spec.ts @@ -720,7 +720,7 @@ describe('Marketplaces Service', () => { expect(expectedResult).toBeTruthy(); }); - it('when marketplace and collection already whitelistedreturns true', async () => { + it('when marketplace and collection already whitelisted returns true', async () => { const persistenceService = module.get(PersistenceService); const cacheService = module.get(MarketplacesCachingService); const eventPublisher = module.get(CacheEventsPublisherService);