Skip to content

Commit

Permalink
tests up
Browse files Browse the repository at this point in the history
  • Loading branch information
brig committed Oct 11, 2023
1 parent 0a0cf39 commit f816f5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ public void testSecrets() throws Exception {
/// ---

ProjectEntry projectEntry = projectsApi.getProject(orgName, projectName);
assertEquals(0, projectEntry.getRepositories().size());
assertNull(projectEntry.getRepositories());

List<RepositoryEntry> repos = new RepositoriesApi(getApiClient()).listRepositories(orgName, projectName, null, null, null);
assertEquals(1, repos.size());
Expand Down

0 comments on commit f816f5f

Please sign in to comment.