From 1b57940606ce644b5f578a1d5afabd09f3d232c8 Mon Sep 17 00:00:00 2001 From: Mikers Date: Thu, 12 Dec 2024 22:03:16 -1000 Subject: [PATCH] Update actors/evm/tests/basic.rs Co-authored-by: Rod Vagg --- actors/evm/tests/basic.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actors/evm/tests/basic.rs b/actors/evm/tests/basic.rs index 7f527d68a..f70e3c0b5 100644 --- a/actors/evm/tests/basic.rs +++ b/actors/evm/tests/basic.rs @@ -228,8 +228,8 @@ fn transient_storage_test(transient_storage_bytecode: Vec) { // We expect this to fail because no changes are made util::invoke_contract_expect_fail(&rt, &solidity_params_test_cleared); - //use a new address for our calling context - //This will cause the transient storage data to reset because the transient storage lifecycle value has changed + // use a new address for our calling context; this will cause the transient storage + // data to reset because the transient storage lifecycle value has changed let new_context = Address::new_id(200); rt.set_origin(new_context);