Skip to content

Commit

Permalink
Update tests/test_changelog_format_asciidoc.py
Browse files Browse the repository at this point in the history
Co-authored-by: Wei Lee <weilee.rx@gmail.com>
  • Loading branch information
grahamhar and Lee-W committed May 29, 2024
1 parent d5dcf4d commit 174d809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_changelog_format_asciidoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def test_get_matadata(


@pytest.mark.parametrize(
"format_with_tags, tag_string, expected, ",
"format_with_tags, tag_string, expected",
(
pytest.param("${version}-example", "1.0.0-example", "1.0.0"),
pytest.param("${version}example", "1.0.0example", "1.0.0"),
Expand Down

0 comments on commit 174d809

Please sign in to comment.