test('Watch deal', async () => {
    await Deals.watchDeal(deal._id, true, user._id);

    const watchedDeal = await Deals.getDeal(deal._id);