diff --git a/runtime/src/neon_evm_program.rs b/runtime/src/neon_evm_program.rs index 2f0ac70390..45ada6fe34 100644 --- a/runtime/src/neon_evm_program.rs +++ b/runtime/src/neon_evm_program.rs @@ -6,6 +6,6 @@ pub mod tests { #[test] fn test_id() { - println!("{:?}", id()); + id().log(); } }