Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Sep 28, 2022
1 parent 4fc0a59 commit 31835b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/browser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,12 @@ describe('getUserinfo', () => {
tenant_id: 'TENANT_ID',
fields: {},
});
expect(fiefAuth.getUserinfo()).toStrictEqual({ sub: 'USER_ID', email: '[email protected]', tenant_id: 'TENANT_ID' });
expect(fiefAuth.getUserinfo()).toStrictEqual({
sub: 'USER_ID',
email: '[email protected]',
tenant_id: 'TENANT_ID',
fields: {},
});
});
});

Expand Down

0 comments on commit 31835b9

Please sign in to comment.