This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/main by this push:
     new 8c5241b  fix test for dumping evm state
     new 140b567  Merge pull request #390 from atoulme/fix_test
8c5241b is described below

commit 8c5241b7b6bb0915cfeb674c916736d2c14bb41a
Author: Antoine Toulme <anto...@lunar-ocean.com>
AuthorDate: Wed Mar 23 11:04:43 2022 -0700

    fix test for dumping evm state
---
 evm/src/test/kotlin/org/apache/tuweni/evm/EthereumVirtualMachineTest.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/evm/src/test/kotlin/org/apache/tuweni/evm/EthereumVirtualMachineTest.kt 
b/evm/src/test/kotlin/org/apache/tuweni/evm/EthereumVirtualMachineTest.kt
index 0033c74..882db33 100644
--- a/evm/src/test/kotlin/org/apache/tuweni/evm/EthereumVirtualMachineTest.kt
+++ b/evm/src/test/kotlin/org/apache/tuweni/evm/EthereumVirtualMachineTest.kt
@@ -241,7 +241,7 @@ class EthereumVirtualMachineTest {
     val result = runCode(writer, Bytes.fromHexString("0x30600052596000f3"), { 
EvmVmImpl.create(listener) })
     assertEquals(EVMExecutionStatusCode.HALTED, result.statusCode)
     assertEquals(
-      
Bytes.fromHexString("0xf85c866d656d6f7279a0000000000000000000000000353363663737323034654565663935326532350085737461636ba00000000000000000000000000000000000000000000000000000000000000020866f757470757480846c6f6773"),
+      
Bytes.fromHexString("0xf86983676173880000000000030d40866d656d6f7279a0000000000000000000000000353363663737323034654565663935326532350085737461636ba00000000000000000000000000000000000000000000000000000000000000020866f757470757480846c6f6773"),
       result.state.toBytes()
     )
   }

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tuweni.apache.org
For additional commands, e-mail: commits-h...@tuweni.apache.org

Reply via email to