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 48444ed commit cad684cCopy full SHA for cad684c
test/test_migration.py
@@ -80,7 +80,7 @@ def test_migration() -> None:
80
81
iss = p["branches"]["master"]["issues"]
82
assert iss["accepted"] > 0
83
- assert iss["fslePositives"] > 0
+ assert iss["falsePositives"] > 0
84
assert iss["thirdParty"] == 0
85
86
p = json_config["projects"]["checkstyle-issues"]
0 commit comments