mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Fixed lint error
This commit is contained in:
parent
ce19cf80bf
commit
4edec18289
1 changed files with 1 additions and 1 deletions
|
@ -1661,7 +1661,7 @@ describe('Post Model', function () {
|
|||
before(testUtils.teardownDb);
|
||||
|
||||
after(async function () {
|
||||
await testUtils.teardownDb()
|
||||
await testUtils.teardownDb();
|
||||
await testUtils.setup('users:roles')();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue