fix test
This commit is contained in:
parent
348520991e
commit
4bfba0891a
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ mod tests {
|
|||
Contract::compile_from_solidity_file(contract_path, "SimpleStorage", false).unwrap();
|
||||
|
||||
// Setup EVM
|
||||
let mut evm = Evm::new();
|
||||
let mut evm = Evm::default();
|
||||
let deployer = Address::random(&mut rng);
|
||||
evm.create_account(&deployer, 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue