0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed the tests

commit 26e20d223d
This commit is contained in:
Thibaut Patel 2021-02-23 15:18:32 +01:00
parent 26e20d223d
commit 05b77397b6

View file

@ -10,7 +10,7 @@ describe('Themes: engines', function () {
it('no engines', function () {
const engines = themeEngines.create();
engines.should.eql({
'ghost-api': 'v3'
'ghost-api': 'v4'
});
});