it('should return a function', () => {
      const resultsFunc = getInterestResults();

      expect(resultsFunc).to.be.a('function');
    });