Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJepsen committed Oct 18, 2023
1 parent 25ce2cc commit 79113ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arbiter-core/src/tests/environment_control.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,5 +255,4 @@ async fn fork_into_arbiter() {
let eth_balance = client.get_balance(*eoa, None).await.unwrap();
// Check the balance of the eoa with the load cheatcode
assert_eq!(eth_balance, U256::from(934034962177715175765_u128));

}

0 comments on commit 79113ca

Please sign in to comment.