Skip to content

Commit f7bf495

Browse files
committed
fix tests
1 parent 7b249d3 commit f7bf495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/evm-block-extractor/tests/tests/database_client_it.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ async fn test_insertion_of_txs_and_receipts_with_no_blocks() {
462462
};
463463

464464
let dummy_receipt = new_storable_execution_result(
465-
ethers_core::types::H256::random().into(),
465+
dummy_txn.hash.clone(),
466466
ethers_core::types::H256::random().into(),
467467
1_u64.into(),
468468
);

0 commit comments

Comments
 (0)