Skip to content

Commit

Permalink
Fix scalatest deprecated usage
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Apr 6, 2015
1 parent d31f5d8 commit 300d0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/scala/scala/slick/additions/KeyedTableTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package scala.slick.additions

import org.scalatest.FunSuite
import org.scalatest.BeforeAndAfter
import org.scalatest.matchers.ShouldMatchers
import org.scalatest.Matchers

class KeyedTableTests extends FunSuite with ShouldMatchers with BeforeAndAfter {
class KeyedTableTests extends FunSuite with Matchers with BeforeAndAfter {
object driver extends scala.slick.driver.H2Driver with KeyedTableComponent
import driver.simple._

Expand Down

0 comments on commit 300d0b1

Please sign in to comment.