it('should not require a callback function', () => {
      expect(constructTrendingObj({geo: 'US'}).obj).to.not.be.an('error');
    });