From 69d8efe6f70b1c62207b12528e97a49ea4eccd86 Mon Sep 17 00:00:00 2001 From: Olivier Korach Date: Sat, 28 Sep 2024 13:47:41 +0200 Subject: [PATCH] Fix --- test/test_migration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_migration.py b/test/test_migration.py index 05d4b01c8..b1bab9eec 100644 --- a/test/test_migration.py +++ b/test/test_migration.py @@ -80,7 +80,7 @@ def test_migration() -> None: iss = p["branches"]["master"]["issues"] assert iss["accepted"] > 0 - assert iss["fslePositives"] > 0 + assert iss["falsePositives"] > 0 assert iss["thirdParty"] == 0 p = json_config["projects"]["checkstyle-issues"]