Skip to content

Commit

Permalink
Switch tests to use new skip api names
Browse files Browse the repository at this point in the history
  • Loading branch information
guilledk committed Dec 2, 2024
1 parent b11af06 commit 94dee98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion translator/tests/block_headers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async fn generate_block(
traces: Some(vec![]),
deltas: Some(vec![]),
},
skip_raw_action: false,
skip_events: false,
})
}

Expand Down
2 changes: 1 addition & 1 deletion translator/tests/decode_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fn decode_block() {
lib_num: b.block_num,
lib_hash: Checksum256::default(),
result: r.clone(),
skip_raw_action: false,
skip_events: false,
});
block.deserialize();
} else {
Expand Down
1 change: 0 additions & 1 deletion translator/tests/ship_read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ async fn evm_deploy() {
validate_hash: None,
evm_start_block: 1,
evm_stop_block: Some(30),
skip_raw_tx_until: None,
..TESTNET_GENESIS_CONFIG.clone()
};

Expand Down

0 comments on commit 94dee98

Please sign in to comment.