Skip to content

Commit

Permalink
fix integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuunlimm committed Oct 15, 2024
1 parent 60c90da commit 8c5ce3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/integration-tests/src/diff_tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ pub fn get_expected_imported_mainnet_txns(
#[allow(dead_code)]
pub fn get_expected_scripted_txns(
processor_name: &str,
txn_name: &str,
txn_version: &str,
table_name: &str,
) -> String {
format!(
"expected_db_output_files/scripted_txns/{}/{}/{}.json",
processor_name, txn_name, table_name
processor_name, txn_version, table_name
)
}

0 comments on commit 8c5ce3e

Please sign in to comment.