Skip to content

Commit

Permalink
fix strs
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jun 7, 2024
1 parent a4787c4 commit cff4a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pyproject_toml_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ def test_63_multi_version__bad_init_format__error(
with pytest.raises(
Exception,
match=re.escape(
f"'__version__' must be in the semantic version format: another_one/__init__.py -> '__version__ = a_var'"
"'__version__' must be in the semantic version format: another_one/__init__.py -> '__version__ = a_var'"
),
):
pyproject_toml_builder.work(
Expand Down

0 comments on commit cff4a3a

Please sign in to comment.