Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Nov 5, 2024
1 parent e12fb4e commit eb74d1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions indexer/tests/constants.ts
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit eb74d1a

Please sign in to comment.