Skip to content

Commit cad684c

Browse files
authored
Fix (#1342)
1 parent 48444ed commit cad684c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def test_migration() -> None:
8080

8181
iss = p["branches"]["master"]["issues"]
8282
assert iss["accepted"] > 0
83-
assert iss["fslePositives"] > 0
83+
assert iss["falsePositives"] > 0
8484
assert iss["thirdParty"] == 0
8585

8686
p = json_config["projects"]["checkstyle-issues"]

0 commit comments

Comments
 (0)