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

Removed blank line that failed linting

This commit is contained in:
Simon Backx 2022-04-21 15:57:12 +02:00 committed by Matt Hanley
parent 03edf7e1d9
commit 0dc2c17285

View file

@ -23,7 +23,6 @@ describe('Acceptance: Members filtering', function () {
enableStripe(this.server);
enableNewsletters(this.server, true);
let role = this.server.create('role', {name: 'Owner'});
this.server.create('user', {roles: [role]});