checker.add('--- UNVOTE ---', () => broker.call('posts.unvote', {
        id
    }), (res: any) => {
        logger.info(res);
        return res.id === id && res.votes === 2;