remove leftover .only from tests

This commit is contained in:
gnuxie 2022-02-14 18:57:53 +00:00
parent 580a8f6b10
commit 4bc33ea0af

View File

@ -229,7 +229,7 @@ describe('Test: We will not be able to ban ourselves via ACL.', function () {
}) })
describe.only('Test: ACL updates will batch when rules are added in succession.', function () { describe('Test: ACL updates will batch when rules are added in succession.', function () {
it('Will batch ACL updates if we spam rules into a BanList', async function () { it('Will batch ACL updates if we spam rules into a BanList', async function () {
this.timeout(180000) this.timeout(180000)
const mjolnir = config.RUNTIME.client! const mjolnir = config.RUNTIME.client!