paulcastro commented on a change in pull request #2120: Add Swift 3.1.1 as a
kind
URL:
https://github.com/apache/incubator-openwhisk/pull/2120#discussion_r122736834
##########
File path: tests/src/test/scala/system/basic/WskBasicSwift3Tests.scala
##########
@@ -33,19 +33,20 @@ import common.TestUtils.RunResult
import spray.json.JsObject
@RunWith(classOf[JUnitRunner])
-class WskBasicSwiftTests
+class WskBasicSwift3Tests
extends TestHelpers
with WskTestHelpers
with JsHelpers {
implicit val wskprops = WskProps()
val wsk = new Wsk
val defaultAction = Some(TestUtils.getTestActionFilename("hello.swift"))
- val currentSwiftDefaultKind = "swift:3"
+ lazy val currentSwiftDefaultKind = "swift:3"
Review comment:
I split out this test into a separate class.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services