Skip to content

Commit

Permalink
Fix test compile (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubee committed Jun 6, 2019
1 parent 5631e79 commit 4085ffa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions tests/src/test/scala/system/CloudantUtil.java
Expand Up @@ -19,7 +19,7 @@
import com.cloudant.client.api.CloudantClient;
import com.cloudant.client.api.Database;
import com.google.gson.*;
import com.jayway.restassured.response.Response;
import io.restassured.response.Response;
import common.TestUtils;

import java.io.*;
Expand All @@ -30,7 +30,7 @@
import java.util.Properties;
import java.util.UUID;

import static com.jayway.restassured.RestAssured.given;
import static io.restassured.RestAssured.given;
import static org.junit.Assert.assertTrue;

/**
Expand Down
Expand Up @@ -16,9 +16,9 @@
*/
package system.packages

import com.jayway.restassured.RestAssured
import com.jayway.restassured.config.SSLConfig
import com.jayway.restassured.http.ContentType
import io.restassured.RestAssured
import io.restassured.config.SSLConfig
import io.restassured.http.ContentType
import common.TestUtils.FORBIDDEN
import common.{Wsk, WskProps}
import org.junit.runner.RunWith
Expand Down
Expand Up @@ -16,9 +16,9 @@
*/
package system.packages

import com.jayway.restassured.RestAssured
import com.jayway.restassured.config.SSLConfig
import com.jayway.restassured.http.ContentType
import io.restassured.RestAssured
import io.restassured.config.SSLConfig
import io.restassured.http.ContentType
import common.TestUtils.DONTCARE_EXIT
import common._
import org.junit.runner.RunWith
Expand Down

0 comments on commit 4085ffa

Please sign in to comment.