We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1aa1c2 commit ecf3094Copy full SHA for ecf3094
tests/testutils/_primer/test_primer.py
@@ -28,7 +28,7 @@
28
@pytest.mark.skipif(
29
sys.platform in {"win32", "darwin"},
30
reason=(
31
- "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)"
32
),
33
)
34
@@ -54,7 +54,7 @@ def test_compare(self, directory: Path) -> None:
54
self.__assert_expected(directory)
55
56
def test_truncated_compare(self) -> None:
57
- """Test for the truncation of comment that are too long."""
+ """Test for the truncation of comments that are too long."""
58
max_comment_length = 500
59
directory = FIXTURES_PATH / "message_changed"
60
with patch(
0 commit comments