Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Oct 12, 2023
1 parent 80bf286 commit d8023de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>(PersistenceService);
const cacheService = module.get<MarketplacesCachingService>(MarketplacesCachingService);
const eventPublisher = module.get<CacheEventsPublisherService>(CacheEventsPublisherService);
Expand Down

0 comments on commit d8023de

Please sign in to comment.