it('must have defined FAILURE type with expected metadata', () => {
                const thirdType = validAction.types[2];
                thirdType.should.be.a('object');

                thirdType.type.should.be.equal('DATA_FETCH_FAILURE');