Skip to content

Commit 8796bdc

Browse files
cleanup
1 parent 209b241 commit 8796bdc

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

Components/app/src/test/java/se/clouds/javanet/app/domain/feature/GetFeatureHandlerTest.java

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,12 @@
1-
package se.clouds.javanet.app.controllers;
1+
package se.clouds.javanet.app.domain.feature;
22

33
import static org.junit.jupiter.api.Assertions.assertEquals;
4-
import static org.junit.jupiter.api.Assertions.assertSame;
5-
import static org.junit.jupiter.api.Assertions.assertTrue;
6-
import static org.junit.jupiter.api.Assumptions.assumeTrue;
7-
8-
import java.nio.file.FileSystems;
9-
import java.nio.file.Path;
10-
11-
import javax.xml.catalog.CatalogFeatures.Feature;
12-
134
import org.json.JSONArray;
145
import org.json.JSONObject;
156
import org.junit.jupiter.api.Test;
16-
177
import se.clouds.javanet.app.domain.feature.handler.GetFeatureHandler;
188
import se.clouds.javanet.app.domain.model.SharedFeature;
199
import se.clouds.javanet.core.controller.ActionResult;
20-
import se.clouds.javanet.core.controller.IActionResult;
2110

2211
public class GetFeatureHandlerTest {
2312
private final GetFeatureHandler handler = new GetFeatureHandler();

0 commit comments

Comments
 (0)