0
Fork 0
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:
Naz 2022-04-26 20:04:55 +08:00 committed by Daniel Lockyer
parent ce19cf80bf
commit 4edec18289
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -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')();
});