mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Updated tests for default content visibility
refs https://github.com/TryGhost/Team/issues/1071
This commit is contained in:
parent
c99ee980af
commit
7959aeed55
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue