Skip to content

Commit 3c1fe6e

Browse files
committed
chore(shared): Rename test case
1 parent 2859c37 commit 3c1fe6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/shared/src/__tests__/authorization.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ describe('resolveSignedInAuthStateFromJWTClaims', () => {
3030
org_role: 'admin',
3131
org_slug: 'org_slug',
3232
org_permissions: ['permission1', 'permission2'],
33-
v: undefined,
3433
});
3534
expect(signedInAuthObjectV1).toMatchObject(signedInAuthObjectV2);
3635
});
3736

38-
test('produced auth object with v2 matches v1 without having orgs', () => {
37+
test('produced auth object with v2 matches v1 without having orgs related claims', () => {
3938
const { sessionClaims: v2Claims, ...signedInAuthObjectV2 } = resolveSignedInAuthStateFromJWTClaims({
4039
...baseClaims,
4140
v: 2,

0 commit comments

Comments
 (0)