Skip to content

Commit ec21193

Browse files
committed
move http v1 tests
1 parent 6c06a73 commit ec21193

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/test/java/com/mindee/http/MindeeHttpApiV1Test.java renamed to src/test/java/com/mindee/v1/http/MindeeHttpApiV1Test.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.mindee.http;
1+
package com.mindee.v1.http;
22

33
import static com.github.tomakehurst.wiremock.client.WireMock.aResponse;
44
import static com.github.tomakehurst.wiremock.client.WireMock.containing;
@@ -15,10 +15,6 @@
1515
import com.github.tomakehurst.wiremock.junit.WireMockRule;
1616
import com.mindee.v1.MindeeSettings;
1717
import com.mindee.v1.clientOptions.PredictOptions;
18-
import com.mindee.v1.http.Endpoint;
19-
import com.mindee.v1.http.MindeeHttpApiV1;
20-
import com.mindee.v1.http.MindeeHttpExceptionV1;
21-
import com.mindee.v1.http.RequestParameters;
2218
import com.mindee.v1.parsing.common.AsyncPredictResponse;
2319
import com.mindee.v1.parsing.common.Document;
2420
import com.mindee.v1.parsing.common.PredictResponse;

0 commit comments

Comments
 (0)