Skip to content

Commit 127ec34

Browse files
author
nebarf
committed
Fix tests imports
1 parent 433d0d8 commit 127ec34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/fixtures/http-cache.fixture.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { HttpCacheService, HttpInMemoryCacheStore } from '../..';
1+
import { HttpCacheService, HttpInMemoryCacheStore } from '../../cache';
22
import { HttpCacheStorePrefixDecorator } from '../../cache/prefix-decorator';
33

44
export class HttpCacheFixture {

0 commit comments

Comments
 (0)