describe('when there are no rules yet', () => {
            it('should return an empty array', async () => {
                const existingBanRules = await memoryStore.getBanRules();
                assert.deepStrictEqual(existingBanRules, []);
            });