Skip to content

Commit 34f6baf

Browse files
committed
fix branch key id used key store tests
1 parent f780f82 commit 34f6baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/branch-keystore-node/test/fixtures.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import {
1717

1818
export const DDB_TABLE_NAME = 'KeyStoreDdbTable'
1919
export const LOGICAL_KEYSTORE_NAME = DDB_TABLE_NAME
20-
export const BRANCH_KEY_ID = '75789115-1deb-4fe3-a2ec-be9e885d1945'
21-
export const BRANCH_KEY_ACTIVE_VERSION = 'fed7ad33-0774-4f97-aa5e-6c766fc8af9f'
20+
export const BRANCH_KEY_ID = '3f43a9af-08c5-4317-b694-3d3e883dcaef'
21+
export const BRANCH_KEY_ACTIVE_VERSION = 'a4905627-4b7f-4272-a847-f50dae245737'
2222
export const BRANCH_KEY_ID_WITH_EC = '4bb57643-07c1-419e-92ad-0df0df149d7c'
2323
export const BRANCH_KEY_ACTIVE_VERSION_UTF8_BYTES = Buffer.from(
2424
BRANCH_KEY_ACTIVE_VERSION,

0 commit comments

Comments
 (0)