0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Renamed content file importer test

refs https://github.com/TryGhost/Toolbox/issues/523

- Test was not renamed after the "image" module changed it's name to "ContentFileImporter"
This commit is contained in:
Naz 2023-03-02 17:59:36 +08:00
parent ab3959f3f2
commit a701724903
No known key found for this signature in database

View file

@ -3,7 +3,7 @@ const sinon = require('sinon');
const ContentFileImporter = require('../../../../../../core/server/data/importer/importers/ContentFileImporter');
describe('ImageImporter', function () {
describe('ContentFileImporter', function () {
afterEach(function () {
sinon.restore();
});