Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamWuGit committed Sep 19, 2024
1 parent 60280f3 commit 9aae3cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zkevm-circuits/src/evm_circuit/tests/eip155.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ mod test {
use ethers_signers::Signer;
use mock::{eth, gwei, TestContext, MOCK_ACCOUNTS, MOCK_WALLETS};

// test with empty access list.
#[test]
fn test_eip2930_tx_for_empty_access_list() {
fn test_eip155() {
let ctx = build_ctx(gwei(80_000)).unwrap();
}

Expand Down

0 comments on commit 9aae3cf

Please sign in to comment.