Skip to content

Commit ecf3094

Browse files
Apply suggestions from code review
Co-authored-by: Daniël van Noord <[email protected]>
1 parent b1aa1c2 commit ecf3094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testutils/_primer/test_primer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@pytest.mark.skipif(
2929
sys.platform in {"win32", "darwin"},
3030
reason=(
31-
"Primers are internal will never be run on costly github action (mac or windows)"
31+
"Primers are internal and will never be run on costly github action (mac or windows)"
3232
),
3333
)
3434
@pytest.mark.skipif(
@@ -54,7 +54,7 @@ def test_compare(self, directory: Path) -> None:
5454
self.__assert_expected(directory)
5555

5656
def test_truncated_compare(self) -> None:
57-
"""Test for the truncation of comment that are too long."""
57+
"""Test for the truncation of comments that are too long."""
5858
max_comment_length = 500
5959
directory = FIXTURES_PATH / "message_changed"
6060
with patch(

0 commit comments

Comments
 (0)