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";