From a9a9d74e2a60a134a555a21a03ec8465fb1758c1 Mon Sep 17 00:00:00 2001 From: dtfiedler Date: Mon, 27 Nov 2023 15:05:23 -0800 Subject: [PATCH] chore(test): use indep_hash for genearting sort key in tests --- tests/integration/routes.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/routes.test.ts b/tests/integration/routes.test.ts index 5cb262b..9534cf6 100644 --- a/tests/integration/routes.test.ts +++ b/tests/integration/routes.test.ts @@ -88,7 +88,7 @@ describe('Integration tests', () => { owner: walletAddress, timestamp: Math.floor(interactionBlock.timestamp / 1000), sortKey: await interactionSorter.createSortKey( - interactionBlock.hash, + interactionBlock.indep_hash, writeInteraction!.originalTxId, interactionBlock.height, ),