We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6ea26 commit b99eb02Copy full SHA for b99eb02
packages/user/offline.test.ts
@@ -5,7 +5,7 @@ describe('#offline', () => {
5
it('should be able to login ', () => {
6
const offlineUser = offline('ci010')
7
expect(offlineUser.selectedProfile.name).toEqual('ci010')
8
- expect(offlineUser.selectedProfile.id).toBeTruthy()
+ expect(offlineUser.selectedProfile.id).toEqual('942a4c3f681530e48e8ef00758a9128c')
9
expect(offlineUser.accessToken).toBeTruthy()
10
expect(offlineUser.clientToken).toBeTruthy()
11
expect(offlineUser.user!.id).toBeTruthy()
0 commit comments