it('should return same immutable value for the same input state', () => {
         const state = emptyState();
         const first = portfolioSelectors(state);
         const second = portfolioSelectors(state);