mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Fixed lint error
This commit is contained in:
parent
ce19cf80bf
commit
4edec18289
@ -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…
Reference in New Issue
Block a user