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:
parent
03edf7e1d9
commit
0dc2c17285
1 changed files with 0 additions and 1 deletions
|
@ -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]});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue