Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeljy committed Sep 22, 2023
1 parent 1b282b4 commit b3661b8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,13 @@ mod blockchain_tests {
blockchain_tests!(shanghai, Shanghai);
blockchain_tests!(st_call_codes, stCallCodes);
//blockchain_tests!(st_call_create_call_code_test, stCallCreateCallCodeTest); // ef-tests #257
blockchain_tests!(st_call_delegate_codes_call_code_homestead, stCallDelegateCodesCallCodeHomestead);
blockchain_tests!(st_call_delegate_codes_homestead, stCallDelegateCodesHomestead);
blockchain_tests!(
st_call_delegate_codes_call_code_homestead,
stCallDelegateCodesCallCodeHomestead
);
blockchain_tests!(
st_call_delegate_codes_homestead,
stCallDelegateCodesHomestead
);
blockchain_tests!(st_delegatecall_test_homestead, stDelegatecallTestHomestead);
}

0 comments on commit b3661b8

Please sign in to comment.