Skip to content

Commit cb703e7

Browse files
committed
fix jest test
1 parent db77773 commit cb703e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/jest/identity.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ describe('Identity', () => {
209209
sourceMpid: '456',
210210
startTime: Date.now(),
211211
endTime: Date.now() + 1000,
212-
scope: 'test-scope',
212+
scope: 'mpid',
213213
};
214214

215215
expect(testAliasRequest).toBeDefined();

0 commit comments

Comments
 (0)