Skip to content

Commit

Permalink
Fix test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbah committed Feb 17, 2018
1 parent ee20190 commit 2d86478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/test/scala/system/basic/WskBasicNode6Tests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ abstract class WskBasicNode6Tests extends TestHelpers with WskTestHelpers with J
val defaultAction = Some(TestUtils.getTestActionFilename("hello.js"))
lazy val currentNodeJsKind = "nodejs:6"

behavior of "Runtime $currentNodeJsKind"
behavior of s"Runtime $currentNodeJsKind"

it should "Ensure that NodeJS actions can have a non-default entrypoint" in withAssetCleaner(wskprops) {
(wp, assetHelper) =>
Expand Down

0 comments on commit 2d86478

Please sign in to comment.