Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
fix test unicode switched the kinds 4.0 vs 4.1 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
csantanapr authored Mar 7, 2018
1 parent 467f5e8 commit f968a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ import org.scalatest.junit.JUnitRunner
class IBMWskUnicodeSwift40Tests extends WskUnicodeTests {

override val wsk: common.rest.WskRest = new WskRest
override lazy val actionKind = "swift:4.1"
override lazy val actionKind = "swift:4.0"
override lazy val actionSource = "unicode.swift"
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ import org.scalatest.junit.JUnitRunner
class IBMWskUnicodeSwift41Tests extends WskUnicodeTests {

override val wsk: common.rest.WskRest = new WskRest
override lazy val actionKind = "swift:4.0"
override lazy val actionKind = "swift:4.1"
override lazy val actionSource = "unicode.swift"
}

0 comments on commit f968a4c

Please sign in to comment.