Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit 31835b9

Browse files
committed
Fix tests
1 parent 4fc0a59 commit 31835b9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/browser.test.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,12 @@ describe('getUserinfo', () => {
125125
tenant_id: 'TENANT_ID',
126126
fields: {},
127127
});
128-
expect(fiefAuth.getUserinfo()).toStrictEqual({ sub: 'USER_ID', email: 'anne@bretagne.duchy', tenant_id: 'TENANT_ID' });
128+
expect(fiefAuth.getUserinfo()).toStrictEqual({
129+
sub: 'USER_ID',
130+
email: 'anne@bretagne.duchy',
131+
tenant_id: 'TENANT_ID',
132+
fields: {},
133+
});
129134
});
130135
});
131136

0 commit comments

Comments
 (0)