expect(
        reducer({ ...initialState, isSaving: false, users: [{ id: 1 }] }, { type: 'our-wedding-heroes/users/CREATE_USER_SUCCESS', payload: { id: 2 } })
      ).toEqual({
        isLoading: false,
        isSaving: false,