From eb74d1a94bcf9b3ff1daecadd39204590a8b3897 Mon Sep 17 00:00:00 2001 From: Thomas Coratger Date: Tue, 5 Nov 2024 19:20:34 +0100 Subject: [PATCH] cleanup --- indexer/tests/constants.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/indexer/tests/constants.ts b/indexer/tests/constants.ts index 6dddf4e3f..2b84d477f 100644 --- a/indexer/tests/constants.ts +++ b/indexer/tests/constants.ts @@ -1,6 +1,7 @@ // Path to the JSON file containing real transaction data -export const TRANSACTIONS_DATA_FILE = "tests/test-data/transactionsData.json"; +export const TRANSACTIONS_DATA_FILE = + "indexer/tests/test-data/transactionsData.json"; // Path to the JSON file containing the expected data trasformed with transform function and toTypedEthTx export const EXPECTED_TRANSFORM_DATA_FILE = - "tests/test-data/expectedTransformData.json"; + "indexer/tests/test-data/expectedTransformData.json";