summaryrefslogtreecommitdiff
path: root/tests/test_check_parallel.py
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-05-10 11:38:53 +0200
committerGitHub <noreply@github.com>2022-05-10 11:38:53 +0200
commit7c915217b0513b34c179c409cff983352f685bf5 (patch)
tree8b66f795e83405e698453ecc3051fdc25c42576d /tests/test_check_parallel.py
parent133e2e59394528e3c2c16fd7ea921796bfcbef8d (diff)
downloadpylint-git-7c915217b0513b34c179c409cff983352f685bf5.tar.gz
Use main instead of master as main checker name (#6569)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'tests/test_check_parallel.py')
-rw-r--r--tests/test_check_parallel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_check_parallel.py b/tests/test_check_parallel.py
index 149bdb6e1..259c236d4 100644
--- a/tests/test_check_parallel.py
+++ b/tests/test_check_parallel.py
@@ -303,7 +303,7 @@ class TestCheckParallel:
arguments=["--enable", "R9999"],
)
assert len(linter.get_checkers()) == 2, (
- "We should only have the 'master' and 'sequential-checker' "
+ "We should only have the 'main' and 'sequential-checker' "
"checkers registered"
)
assert {