From ecf30946d2e5cf8a4339d65c89c800f41aa96b95 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 20 Jun 2022 09:35:39 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> --- tests/testutils/_primer/test_primer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testutils/_primer/test_primer.py b/tests/testutils/_primer/test_primer.py index f6f8acfee32..3093fa98ee7 100644 --- a/tests/testutils/_primer/test_primer.py +++ b/tests/testutils/_primer/test_primer.py @@ -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( @@ -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(