Skip to content

Commit c7fa3d9

Browse files
committed
trait ShouldMatchers in package matchers is deprecated
1 parent c0a5cc5 commit c7fa3d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/scala/com/github/tototoshi/csv/CSVReaderSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package com.github.tototoshi.csv
33
import java.io.{UnsupportedEncodingException, FileReader, File, StringReader}
44

55
import org.scalatest.FunSpec
6-
import org.scalatest.matchers._
6+
import org.scalatest._
77

88
class CSVReaderSpec extends FunSpec with ShouldMatchers with Using {
99

src/test/scala/com/github/tototoshi/csv/CSVWriterSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package com.github.tototoshi.csv
33
import java.io.{UnsupportedEncodingException, FileWriter, File}
44

55
import org.scalatest.{ FunSpec, BeforeAndAfter }
6-
import org.scalatest.matchers._
6+
import org.scalatest._
77

88

99
class CSVWriterSpec extends FunSpec with ShouldMatchers with BeforeAndAfter with Using {

0 commit comments

Comments
 (0)