mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 21:40:39 +03:00
Updated tests for default content visibility
refs https://github.com/TryGhost/Team/issues/1071
This commit is contained in:
parent
c99ee980af
commit
7959aeed55
@ -17,7 +17,7 @@ describe('Settings Model', function () {
|
||||
await models.Settings.populateDefaults();
|
||||
|
||||
const settingsPopulated = await models.Settings.findAll();
|
||||
settingsPopulated.length.should.equal(94);
|
||||
settingsPopulated.length.should.equal(95);
|
||||
});
|
||||
|
||||
it('doesn\'t overwrite any existing settings', async function () {
|
||||
|
Loading…
Reference in New Issue
Block a user