it('should return an error if cbFunc is not a function', () => {
      expect(constructInterestObj({keyword: 'Brooklyn'}, 'str').obj)
        .to.be.an('error');
    });