Skip to content

Commit

Permalink
remove allow non snake case from transient storage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
snissn committed Dec 13, 2024
1 parent a005cf7 commit 8eed0c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration_tests/src/tests/evm_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@ pub fn evm_init_revert_data_test(v: &dyn VM) {
assert_eq!(revert_data, expected);
}

#[allow(non_snake_case)]
#[vm_test]
pub fn evm_transient_nested_test(v: &dyn VM) {
// Step 1: Create an EthAccount with an initial balance.
Expand Down Expand Up @@ -837,7 +836,6 @@ pub fn evm_transient_nested_test(v: &dyn VM) {
assert!(event_emitted, "testNestedContracts did not succeed as expected");
}

#[allow(non_snake_case)]
#[vm_test]
pub fn evm_transient_reentry_test(v: &dyn VM) {
// Step 1: Create an EthAccount with an initial balance.
Expand Down

0 comments on commit 8eed0c9

Please sign in to comment.