Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,8 @@ mod tests {
const TEST_FEE_OVERHEAD: u64 = 100;
const TEST_FEE_SCALAR: u64 = 10;
const TEST_TX_DATA_GAS_COST: u64 = 40; // 2 (zeros) * 4 + 2 (non-zeros) * 16
const TEST_TX_L1_FEE: u128 = 184;
const TEST_TX_L1_FEE: u128 = 30;

#[ignore]
#[test]
fn test_tx_l1_fee_with_right_values() {
let witnesses = [
Expand All @@ -209,7 +208,6 @@ mod tests {
try_test!(TxL1FeeGadgetTestContainer<Fr>, witnesses, true);
}

#[ignore]
#[test]
fn test_tx_l1_fee_with_wrong_values() {
let witnesses = [
Expand Down