Skip to content

Commit

Permalink
osaka/verkle: fix balance value
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign committed Jul 30, 2024
1 parent 3c45599 commit 13153a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/osaka/eip6800_verkle_tree/test_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
)
@pytest.mark.parametrize(
"value",
[0, 0.6],
[0, 6],
ids=["zero", "non_zero"],
)
def test_transfer(blockchain_test: BlockchainTestFiller, fork: str, target, value):
Expand Down

0 comments on commit 13153a6

Please sign in to comment.