diff --git a/apps/api/src/modules/shared/infrastructure/__tests__/cacheable.decorator.spec.ts b/apps/api/src/modules/shared/infrastructure/__tests__/cacheable.decorator.spec.ts index f4c5480..bb1178f 100644 --- a/apps/api/src/modules/shared/infrastructure/__tests__/cacheable.decorator.spec.ts +++ b/apps/api/src/modules/shared/infrastructure/__tests__/cacheable.decorator.spec.ts @@ -1,5 +1,5 @@ import { describe, it, expect, vi, beforeEach } from 'vitest'; -import { CachePrefix, CacheService, CacheTTL } from '../cache.service'; +import { CachePrefix, CacheTTL } from '../cache.service'; import { Cacheable } from '../decorators/cacheable.decorator'; describe('Cacheable decorator', () => {