it('returns false if the \'payload\' prop exists but is not of type object', () => {
    const test = isFsaCompliant({
      ...fsaCompliant,
      payload: 'notAnObject',
    })