Skip to content

Commit

Permalink
fixed tests compilation with ScalaTest 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yurique committed Mar 2, 2017
1 parent b701da9 commit 55bda76
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 @@ -43,7 +43,7 @@ abstract class JodaSupportSpec(
val jdbcDriver: String,
val jdbcUser: String,
val jdbcPassword: String) extends FunSpec
with ShouldMatchers
with Matchers
with BeforeAndAfter {

import driver.api._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.scalatest.{ BeforeAndAfter, FunSpec }
import org.scalatest._
import java.util.{ TimeZone, Locale }

class JodaSqlTypeConverterSpec extends FunSpec with ShouldMatchers with BeforeAndAfter {
class JodaSqlTypeConverterSpec extends FunSpec with Matchers with BeforeAndAfter {

def fixture = new {
val dateTimeZoneConverter = new JodaDateTimeZoneSqlStringConverter {}
Expand Down

0 comments on commit 55bda76

Please sign in to comment.