Skip to content

Commit 5e733f1

Browse files
committed
chore: update snapshots
1 parent 9e927df commit 5e733f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/app-provider/test/__tests__/AppProvider.test.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ describe('AppProvider', () => {
8686
"onIdTokenExpired": [Function],
8787
"onRequestError": [MockFunction],
8888
"onRequestSuccess": [MockFunction],
89+
"subscriptionUri": undefined,
8990
"uri": "http://8base.com",
9091
"withAuth": true,
9192
"withSubscriptions": false,
@@ -140,6 +141,7 @@ describe('AppProvider', () => {
140141
"onIdTokenExpired": [Function],
141142
"onRequestError": [MockFunction],
142143
"onRequestSuccess": [MockFunction],
144+
"subscriptionUri": undefined,
143145
"uri": "http://8base.com",
144146
"withAuth": true,
145147
"withSubscriptions": false,
@@ -178,6 +180,7 @@ describe('AppProvider', () => {
178180
"extendLinks": [MockFunction],
179181
"onRequestError": [MockFunction],
180182
"onRequestSuccess": [MockFunction],
183+
"subscriptionUri": undefined,
181184
"uri": "http://8base.com",
182185
"withAuth": false,
183186
"withSubscriptions": false,

0 commit comments

Comments
 (0)