Skip to content

Commit 1a2bc1a

Browse files
committed
Fix test
1 parent 2bae2c2 commit 1a2bc1a

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
@@ -94,7 +94,7 @@ def test_migration() -> None:
9494
assert p["branches"]["master"]["hotspots"]["acknowledged"] == 0
9595

9696
p = json_config["projects"]["checkstyle-issues"]
97-
assert len(p["branches"]["issues"]["thirdParty"]) > 0
97+
assert len(p["branches"]["main"]["issues"]["thirdParty"]) > 0
9898

9999
assert json_config["projects"]["demo:gitlab-ci-maven"]["detectedCi"] == "GitLab CI"
100100
assert json_config["projects"]["demo:gitlab-actions-cli"]["detectedCi"] == "Github Actions"

0 commit comments

Comments
 (0)