Skip to content

Commit

Permalink
Update tests/test_versioning.py
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper authored Sep 17, 2024
1 parent 1dc2edd commit 2930b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_versioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ def test_npm_version_for_04_release():
detect_vyper_version_from_source("# pragma version ^0.4.0")

expected_msg = "Please use the pypi-style version specifier for vyper versions >= 0.4.0"
assert str(excinfo.value) == msg
assert str(excinfo.value) == expected_msg

0 comments on commit 2930b45

Please sign in to comment.