mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed unit test
refs 37dd187fe6
- The referenced commit lacked cleanup after module removal
This commit is contained in:
parent
dac3fff90f
commit
c36575627d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const errors = require('@tryghost/errors');
|
|||
const should = require('should');
|
||||
const sinon = require('sinon');
|
||||
const CachedImageSizeFromUrl = require('../../../../../core/server/lib/image/cached-image-size-from-url');
|
||||
const InMemoryCache = require('../../../../../core/server/adapters/cache/ImageSizesCacheSyncInMemory');
|
||||
const InMemoryCache = require('../../../../../core/server/adapters/cache/Memory');
|
||||
|
||||
describe('lib/image: image size cache', function () {
|
||||
let sizeOfStub;
|
||||
|
|
Loading…
Add table
Reference in a new issue