describe('purchaseTotal', () => {
    it('should equal 0 when no contracts', () => {
        const actual = purchaseTotalSelector({
            boughtContracts: fromJS({}),
        });