Skip to content

Commit

Permalink
support/testing: complete the grammar fix
Browse files Browse the repository at this point in the history
Commit a3e796b (utils/check-package: fix grammar) only partially
fixed the test-case (git commit --amend missed the test-case...)

Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
yann-morin-1998 committed Apr 23, 2023
1 parent a3e796b commit 4f38b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/testing/tests/utils/test_check_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ def test_run(self):
self.WITH_UTILS_IN_PATH, subdir_path)
self.assert_file_was_processed(m)
self.assert_warnings_generated_for_file(m)
self.assertIn("{}:0: Indent was expected to fail, did you fix the file and forgot to update .checkpackageignore_outdated?"
self.assertIn("{}:0: Indent was expected to fail, did you fix the file and forget to update .checkpackageignore_outdated?"
.format(subdir_file), w)
self.assertIn("{}:0: NewlineAtEof was expected to fail, did you fix the file and forgot to update "
self.assertIn("{}:0: NewlineAtEof was expected to fail, did you fix the file and forget to update "
".checkpackageignore_outdated?"
.format(subdir_file), w)

Expand Down

0 comments on commit 4f38b5d

Please sign in to comment.