Skip to content

Commit 35b2865

Browse files
committed
wip
1 parent 67581b5 commit 35b2865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/hooks/__tests__/useAuth.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ describe('useDerivedAuth', () => {
318318
current.has?.({ permission: 'org:sys_foo' });
319319
});
320320

321-
it('returns not loaded state during transitive state (undefined values after being loaded)', () => {
321+
it('returns not loaded state during transitive state', () => {
322322
const authObject = {
323323
actor: undefined,
324324
factorVerificationAge: null,

0 commit comments

Comments
 (0)