Test updated

This commit is contained in:
Belen Curcio
2017-01-30 15:53:29 -03:00
parent 744f2085da
commit f5dc5ed8b7
@@ -28,8 +28,8 @@ describe ('notificationsReducer', () => {
type: 'test'
});
const result = notificationReducer(store, action);
expect(result.get('text')).to.equal(undefined);
expect(result.get('type')).to.equal(undefined);
expect(result.get('text')).to.equal('');
expect(result.get('type')).to.equal('');
});
});
});