Skip to content

Commit

Permalink
add a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Mar 15, 2024
1 parent c21776d commit e2d7e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/codegen/features/test_transient.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_transient_blocked(evm_version):

def test_transient_compiles():
if not version_check(begin="cancun"):
pytest.skip("transient storage will not compile pre-cancun")
pytest.skip("transient storage will not compile, pre-cancun")

getter_code = """
my_map: public(transient(HashMap[address, uint256]))
Expand Down

0 comments on commit e2d7e88

Please sign in to comment.