Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Nov 5, 2024
1 parent c4ae095 commit e12fb4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions indexer/tests/constants.ts
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion indexer/tests/test-data/expectedTransformData.json
Original file line number Diff line number Diff line change
Expand Up @@ -76899,4 +76899,4 @@
null
]
]
}
}

0 comments on commit e12fb4e

Please sign in to comment.