Skip to content

Commit b356e57

Browse files
author
Christian Riedel
committed
formatting
1 parent 3d48618 commit b356e57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_add_jira_tag.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ class MockBranch: # pylint: disable=too-few-public-methods, missing-class-docst
125125
assert mock_commit_msg_file.read_text() == "TEST-123: commit message 0815"
126126

127127

128-
def test_tag_added_even_when_tag_as_comment(cli_runner, mock_commit_msg_file, monkeypatch):
128+
def test_tag_added_even_when_tag_as_comment(
129+
cli_runner, mock_commit_msg_file, monkeypatch
130+
):
129131
"""Assert normal use works even when tag is already in message but as comment."""
130132

131133
class MockBranch: # pylint: disable=too-few-public-methods, missing-class-docstring

0 commit comments

Comments
 (0)