Skip to content

Commit 174d809

Browse files
grahamharLee-W
andauthored
Update tests/test_changelog_format_asciidoc.py
Co-authored-by: Wei Lee <[email protected]>
1 parent d5dcf4d commit 174d809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_changelog_format_asciidoc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def test_get_matadata(
169169

170170

171171
@pytest.mark.parametrize(
172-
"format_with_tags, tag_string, expected, ",
172+
"format_with_tags, tag_string, expected",
173173
(
174174
pytest.param("${version}-example", "1.0.0-example", "1.0.0"),
175175
pytest.param("${version}example", "1.0.0example", "1.0.0"),

0 commit comments

Comments
 (0)