Skip to content

Commit b99eb02

Browse files
committed
test: Adjust login test
1 parent 6f6ea26 commit b99eb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/user/offline.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ describe('#offline', () => {
55
it('should be able to login ', () => {
66
const offlineUser = offline('ci010')
77
expect(offlineUser.selectedProfile.name).toEqual('ci010')
8-
expect(offlineUser.selectedProfile.id).toBeTruthy()
8+
expect(offlineUser.selectedProfile.id).toEqual('942a4c3f681530e48e8ef00758a9128c')
99
expect(offlineUser.accessToken).toBeTruthy()
1010
expect(offlineUser.clientToken).toBeTruthy()
1111
expect(offlineUser.user!.id).toBeTruthy()

0 commit comments

Comments
 (0)