it('should return an error if keyword and geo length are not equal', () => {
      expect(constructInterestObj({
        keyword: ['foo', 'bar'],
        geo: ['Brooklyn', 'DC', 'Boston'],
      }).obj).to.be.an('error');