Skip to content

Commit d2ff564

Browse files
committed
Removed duplicated test.
1 parent 861aca4 commit d2ff564

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/test/java/org/gitlab4j/api/TestProjectApi.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -441,12 +441,6 @@ public void testCreateParameterBased() throws GitLabApiException {
441441
assertTrue(Visibility.PUBLIC == newProject.getVisibility() || Boolean.TRUE == newProject.getPublic());
442442
}
443443

444-
@Test
445-
public void testRemoveByDeleteParameterBased() throws GitLabApiException {
446-
Project project = gitLabApi.getProjectApi().getProject(TEST_NAMESPACE, TEST_PROJECT_NAME_2);
447-
gitLabApi.getProjectApi().deleteProject(project);
448-
}
449-
450444
@Test
451445
public void testProjects() throws GitLabApiException {
452446
List<Project> projects = gitLabApi.getProjectApi().getProjects();

0 commit comments

Comments
 (0)