Skip to content

Commit b43f0dd

Browse files
committed
clean up
1 parent f3588a6 commit b43f0dd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/test/java/org/omg/sysml/api/ProjectApiTest.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,18 @@
1616
import org.omg.sysml.ApiClient;
1717
import org.omg.sysml.ApiException;
1818
import org.omg.sysml.Configuration;
19-
import org.omg.sysml.model.Error;
2019
import org.omg.sysml.model.Project;
2120
import org.omg.sysml.model.Project.AtTypeEnum;
2221

2322
import java.util.UUID;
2423
import org.junit.Test;
2524
import org.junit.BeforeClass;
26-
import org.junit.Ignore;
2725

2826
import static org.junit.Assert.assertEquals;
2927
import static org.junit.Assert.assertTrue;
3028
import static org.junit.Assert.fail;
3129

32-
import java.util.ArrayList;
33-
import java.util.HashMap;
3430
import java.util.List;
35-
import java.util.Map;
36-
import java.util.Random;
3731

3832
/**
3933
* API tests for ProjectApi
@@ -93,8 +87,6 @@ public void getProjectsTest_0() {
9387
/**
9488
* Get project by ID
9589
*
96-
*
97-
*
9890
* @throws ApiException
9991
* if the Api call fails
10092
*/

0 commit comments

Comments
 (0)