Skip to content

Commit 8363bb1

Browse files
committed
feat(card): update logs test snapshot
1 parent 555bc45 commit 8363bb1

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

app/util/logs/__snapshots__/index.test.ts.snap

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ exports[`logs :: generateStateLogs Sanitized SeedlessOnboardingController State
6666
"BridgeStatusController": {
6767
"txHistory": {},
6868
},
69+
"CardController": {
70+
"activeProviderId": null,
71+
"cardholderAccounts": [],
72+
"isAuthenticated": false,
73+
"providerData": {},
74+
"selectedCountry": null,
75+
},
6976
"ConnectivityController": {
7077
"connectivityStatus": "online",
7178
},
@@ -921,6 +928,13 @@ exports[`logs :: generateStateLogs generates a valid json export 1`] = `
921928
"BridgeStatusController": {
922929
"txHistory": {},
923930
},
931+
"CardController": {
932+
"activeProviderId": null,
933+
"cardholderAccounts": [],
934+
"isAuthenticated": false,
935+
"providerData": {},
936+
"selectedCountry": null,
937+
},
924938
"ConnectivityController": {
925939
"connectivityStatus": "online",
926940
},

0 commit comments

Comments
 (0)