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:
parent
ab3959f3f2
commit
a701724903
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
});
|
Loading…
Add table
Reference in a new issue