From 312e535f400f31714b3750de5222a1f6a8e5bcda Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 13 Apr 2026 20:07:53 -0500 Subject: fix: sonarqube code smell fixes --- HutchTests/ProjectTests.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'HutchTests/ProjectTests.swift') diff --git a/HutchTests/ProjectTests.swift b/HutchTests/ProjectTests.swift index 0323f25..23faa0d 100644 --- a/HutchTests/ProjectTests.swift +++ b/HutchTests/ProjectTests.swift @@ -15,7 +15,7 @@ struct ProjectTests { name: "Hutch", description: nil, website: nil, - visibility: .public, + visibility: .publicVisibility, tags: [], updated: Date(timeIntervalSince1970: 0) ), @@ -25,7 +25,7 @@ struct ProjectTests { id: "list-1", name: "hutch-devel", description: nil, - visibility: .public, + visibility: .publicVisibility, owner: Entity(canonicalName: "~owner") ) ], @@ -34,7 +34,7 @@ struct ProjectTests { id: "repo-1", name: "hutch", description: nil, - visibility: .public, + visibility: .publicVisibility, owner: Entity(canonicalName: "~owner"), repoType: .git ), @@ -42,7 +42,7 @@ struct ProjectTests { id: "repo-2", name: "hutch-web", description: nil, - visibility: .public, + visibility: .publicVisibility, owner: Entity(canonicalName: "~owner"), repoType: .git ) @@ -52,7 +52,7 @@ struct ProjectTests { id: "tracker-1", name: "bugs", description: nil, - visibility: .public, + visibility: .publicVisibility, owner: Entity(canonicalName: "~owner") ) ], @@ -71,7 +71,7 @@ struct ProjectTests { name: "Docs", description: nil, website: Fixture.exampleWebsite, - visibility: .public, + visibility: .publicVisibility, tags: [], updated: Date(timeIntervalSince1970: 0) ), -- cgit v1.2.3