From cf2dd0f8b97dd2e594b22ae04edd055de02f5752 Mon Sep 17 00:00:00 2001 From: Joshua Melville Date: Tue, 16 Aug 2022 19:35:04 +0200 Subject: [PATCH] update snapshot --- .../__snapshots__/CardList.test.js.snap | 20 +++++++------------ 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/src/components/__tests__/__snapshots__/CardList.test.js.snap b/src/components/__tests__/__snapshots__/CardList.test.js.snap index 4093f6150..9df186255 100644 --- a/src/components/__tests__/__snapshots__/CardList.test.js.snap +++ b/src/components/__tests__/__snapshots__/CardList.test.js.snap @@ -11,21 +11,15 @@ exports[`CardList component renders cards with list 1`] = ` "replaceReducer": [Function], "subscribe": [Function], }, - "subscription": Subscription { + "subscription": Object { + "addNestedSub": [Function], + "getListeners": [Function], "handleChangeWrapper": [Function], - "listeners": Object { - "notify": [Function], - }, + "isSubscribed": [Function], + "notifyNestedSubs": [Function], "onStateChange": [Function], - "parentSub": undefined, - "store": Object { - "@@observable": [Function], - "dispatch": [Function], - "getState": [Function], - "replaceReducer": [Function], - "subscribe": [Function], - }, - "unsubscribe": null, + "trySubscribe": [Function], + "tryUnsubscribe": [Function], }, } }