Skip to content

Commit

Permalink
Update actors/evm/tests/basic.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Rod Vagg <[email protected]>
  • Loading branch information
snissn and rvagg authored Dec 13, 2024
1 parent 133f7b5 commit 1b57940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actors/evm/tests/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ fn transient_storage_test(transient_storage_bytecode: Vec<u8>) {
// 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);

Expand Down

0 comments on commit 1b57940

Please sign in to comment.