it('should default trendDate to today provided in wrong format', () => {
      expect(
        convertDateToString(
          constructTrendingObj({geo: 'US', trendDate: '2018-12-25'})
          .obj.trendDate)).to.equal(convertDateToString(new Date()));