Skip to content

Commit

Permalink
Updated fixtures regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhgrg committed Nov 14, 2019
1 parent d325912 commit c470623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/regression/migrations/migration_spec.js
Expand Up @@ -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();
});
});
Expand Down

0 comments on commit c470623

Please sign in to comment.