Skip to content

Commit 5a40dc2

Browse files
euid public key
1 parent 62dd388 commit 5a40dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/integrationTests/basic.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ describe('SDK bootstraps itself if init has already been completed', () => {
10491049
const email = '[email protected]';
10501050
const emailHash = 'lz3+Rj7IV4X1+Vr1ujkG7tstkxwk5pgkqJ6mXbpOgTs=';
10511051
const phone = '+12345678901';
1052-
const phoneHash = '10e6f0b47054a83359477dcb35231db6de5c69fb1816e1a6b98e192de9e5b9ee';
1052+
const phoneHash = 'EObwtHBUqDNZR33LNSMdtt5cafsYFuGmuY4ZLenlue4=';
10531053

10541054
beforeEach(() => {
10551055
sdkWindow.__uid2 = new UID2();
@@ -1105,7 +1105,7 @@ describe('Token retrieval and related public functions working without init', ()
11051105
const email = '[email protected]';
11061106
const emailHash = 'lz3+Rj7IV4X1+Vr1ujkG7tstkxwk5pgkqJ6mXbpOgTs=';
11071107
const phone = '+12345678901';
1108-
const phoneHash = '10e6f0b47054a83359477dcb35231db6de5c69fb1816e1a6b98e192de9e5b9ee';
1108+
const phoneHash = 'EObwtHBUqDNZR33LNSMdtt5cafsYFuGmuY4ZLenlue4=';
11091109

11101110
test('should be able to find identity set without init', async () => {
11111111
const identity = { ...makeIdentity(), refresh_from: Date.now() + 100 };

0 commit comments

Comments
 (0)