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

Updated fixtures regression test

This commit is contained in:
Rish 2019-11-14 20:39:25 +05:30
parent d325912a55
commit c4706230d9

View file

@ -246,7 +246,7 @@ describe('Database Migration (special functions)', function () {
result.roles.at(7).get('name').should.eql('Scheduler Integration');
// Permissions
result.permissions.length.should.eql(62);
result.permissions.length.should.eql(65);
result.permissions.toJSON().should.be.CompletePermissions();
});
});