Skip to content

Commit

Permalink
fix unit tests and tox
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed May 3, 2024
1 parent 6a2b759 commit 400f7ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ethereum_test_tools/tests/test_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
[
Op.ORIGIN.int(),
Op.RJUMPV.int(),
0x03, # Data portion, defined by the [1, 2, 3] argument
0x02, # Data portion, defined by the [1, 2, 3] argument
0x00,
0x01,
0x00,
Expand All @@ -203,7 +203,7 @@
bytes(
[
Op.RJUMPV.int(),
0x03,
0x02,
0xFF,
0xFF,
0xFF,
Expand All @@ -218,7 +218,7 @@
bytes(
[
Op.RJUMPV.int(),
0x05,
0x04,
0x00,
0x00,
0x00,
Expand All @@ -238,7 +238,7 @@
[
Op.ORIGIN.int(),
Op.RJUMPV.int(),
0x03, # Data portion, defined by the [1, 2, 3] argument
0x02, # Data portion, defined by the [1, 2, 3] argument
0x00,
0x01,
0x00,
Expand Down
3 changes: 3 additions & 0 deletions whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ enum
env
envvar
eof
EOF1
eofparse
EOFException
esbenp
Expand Down Expand Up @@ -213,6 +214,7 @@ ommers
opc
oprypin
origin
ori
parseable
pathlib
pdb
Expand Down Expand Up @@ -313,6 +315,7 @@ u256
ubuntu
ukiyo
uncomment
undersize
util
utils
v0
Expand Down

0 comments on commit 400f7ad

Please sign in to comment.