You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/25 08:52:14 UTC

[GitHub] cbickel commented on a change in pull request #3173: incubator-openwhisk-2882 Delete printlns

cbickel commented on a change in pull request #3173: incubator-openwhisk-2882 Delete printlns
URL: https://github.com/apache/incubator-openwhisk/pull/3173#discussion_r183984279
 
 

 ##########
 File path: tests/src/test/scala/whisk/core/database/test/ReplicatorTests.scala
 ##########
 @@ -468,7 +469,7 @@ class ReplicatorTests
     backupClient.putDoc("testId", JsObject("testKey" -> "testValue".toJson)).futureValue
 
     // Run the replay script
-    val (_, _, replicationId) = runReplay(dbUrl, dbUrl, backupPrefix).head
+    val (_, _, replicationId) = (dbUrl, dbUrl, backupPrefix).head
 
 Review comment:
   Is this change intended?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services