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