it('should return an error if the geo is not provided', () => {
      expect(constructTrendingObj({trendDate: '2018-12-25'}).obj)
        .to.be.an('error');
    });