Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniël van Noord <[email protected]>
  • Loading branch information
Pierre-Sassoulas and DanielNoord authored Jun 20, 2022
1 parent b1aa1c2 commit ecf3094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testutils/_primer/test_primer.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@pytest.mark.skipif(
sys.platform in {"win32", "darwin"},
reason=(
"Primers are internal will never be run on costly github action (mac or windows)"
"Primers are internal and will never be run on costly github action (mac or windows)"
),
)
@pytest.mark.skipif(
Expand All @@ -54,7 +54,7 @@ def test_compare(self, directory: Path) -> None:
self.__assert_expected(directory)

def test_truncated_compare(self) -> None:
"""Test for the truncation of comment that are too long."""
"""Test for the truncation of comments that are too long."""
max_comment_length = 500
directory = FIXTURES_PATH / "message_changed"
with patch(
Expand Down

0 comments on commit ecf3094

Please sign in to comment.