it('should create an action to remove a news notification', () => {
    const notification = { id: 1, message: 'Remove this notification' };
    const expectedAction = {
      type: REMOVE_NEWS_NOTIFICATION,
      notification