diff options
Diffstat (limited to 'HutchTests/ProjectTests.swift')
| -rw-r--r-- | HutchTests/ProjectTests.swift | 12 |
1 files changed, 6 insertions, 6 deletions
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) ), |
