File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/react/src/hooks/__tests__ Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -320,16 +320,16 @@ describe('useDerivedAuth', () => {
320320
321321 it ( 'returns not loaded state during transitive state (undefined values after being loaded)' , ( ) => {
322322 const authObject = {
323- sessionId : undefined ,
324- userId : undefined ,
325- sessionStatus : undefined ,
326- sessionClaims : null ,
327323 actor : undefined ,
324+ factorVerificationAge : null ,
328325 orgId : undefined ,
326+ orgPermissions : undefined ,
329327 orgRole : undefined ,
330328 orgSlug : undefined ,
331- orgPermissions : undefined ,
332- factorVerificationAge : null ,
329+ sessionClaims : null ,
330+ sessionId : undefined ,
331+ sessionStatus : undefined ,
332+ userId : undefined ,
333333 signOut : vi . fn ( ) ,
334334 getToken : vi . fn ( ) ,
335335 } ;
You can’t perform that action at this time.
0 commit comments