From e12fb4e6650033829f905d5f3cf12a470a484c46 Mon Sep 17 00:00:00 2001 From: Thomas Coratger Date: Tue, 5 Nov 2024 19:17:10 +0100 Subject: [PATCH] fmt --- indexer/tests/constants.ts | 3 +-- indexer/tests/test-data/expectedTransformData.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/indexer/tests/constants.ts b/indexer/tests/constants.ts index 9a74957c8..6dddf4e3f 100644 --- a/indexer/tests/constants.ts +++ b/indexer/tests/constants.ts @@ -1,6 +1,5 @@ // Path to the JSON file containing real transaction data -export const TRANSACTIONS_DATA_FILE = - "tests/test-data/transactionsData.json"; +export const TRANSACTIONS_DATA_FILE = "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 = diff --git a/indexer/tests/test-data/expectedTransformData.json b/indexer/tests/test-data/expectedTransformData.json index 8066cdc3c..fc7cdd366 100644 --- a/indexer/tests/test-data/expectedTransformData.json +++ b/indexer/tests/test-data/expectedTransformData.json @@ -76899,4 +76899,4 @@ null ] ] -} \ No newline at end of file +}