ningyougang commented on code in PR #140:
URL: 
https://github.com/apache/openwhisk-runtime-java/pull/140#discussion_r939487344


##########
tests/src/test/scala/actionContainers/JavaActionContainerTests.scala:
##########
@@ -157,9 +157,7 @@ class JavaActionContainerTests extends 
BasicActionRunnerTests with WskActorSyste
 
         val expected = m match {
           case c if c == "x" || c == "!" => s"$errPrefix 
java.lang.ClassNotFoundException: example.HelloWhisk$c"
-          case "#bogus" =>
-            s"$errPrefix java.lang.NoSuchMethodException: 
example.HelloWhisk.bogus(com.google.gson.JsonObject)"
-          case _ => s"$errPrefix java.lang.NoSuchMethodException: 
example.HelloWhisk.main(com.google.gson.JsonObject)"
+          case _                         => s"$errPrefix 
java.lang.NoSuchMethodException"

Review Comment:
   Due to 
https://github.com/apache/openwhisk-runtime-java/pull/140/files#r939487201, 
need to change test case here for a small change as above.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to