You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2018/04/17 19:27:22 UTC

[incubator-openwhisk-package-deploy] branch master updated: Update spray json import (#26)

This is an automated email from the ASF dual-hosted git repository.

dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-deploy.git


The following commit(s) were added to refs/heads/master by this push:
     new a53b598  Update spray json import (#26)
a53b598 is described below

commit a53b598338cdf5e899a9b80b073a8b88675f1d6a
Author: Belinda Vennam <be...@gmail.com>
AuthorDate: Tue Apr 17 14:27:20 2018 -0500

    Update spray json import (#26)
    
    * including default json protocol
---
 tests/src/test/scala/packages/DeployTests.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/test/scala/packages/DeployTests.scala b/tests/src/test/scala/packages/DeployTests.scala
index c85c3b1..178f6b3 100644
--- a/tests/src/test/scala/packages/DeployTests.scala
+++ b/tests/src/test/scala/packages/DeployTests.scala
@@ -22,8 +22,8 @@ import org.junit.runner.RunWith
 import org.scalatest.BeforeAndAfterAll
 import org.scalatest.junit.JUnitRunner
 import common.{TestHelpers, Wsk, WskProps, WskTestHelpers}
-import spray.json.DefaultJsonProtocol.StringJsonFormat
 import spray.json._
+import spray.json.DefaultJsonProtocol._
 
 @RunWith(classOf[JUnitRunner])
 class DeployTests extends TestHelpers

-- 
To stop receiving notification emails like this one, please contact
dubeejw@apache.org.