aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/FileUtilsSpec.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/firrtlTests/FileUtilsSpec.scala')
-rw-r--r--src/test/scala/firrtlTests/FileUtilsSpec.scala5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/scala/firrtlTests/FileUtilsSpec.scala b/src/test/scala/firrtlTests/FileUtilsSpec.scala
index 1a23fb48..7b643e84 100644
--- a/src/test/scala/firrtlTests/FileUtilsSpec.scala
+++ b/src/test/scala/firrtlTests/FileUtilsSpec.scala
@@ -2,11 +2,12 @@
package firrtlTests
-import org.scalatest.{FlatSpec, Matchers}
import firrtl.FileUtils
+import org.scalatest.flatspec.AnyFlatSpec
+import org.scalatest.matchers.should.Matchers
-class FileUtilsSpec extends FlatSpec with Matchers {
+class FileUtilsSpec extends AnyFlatSpec with Matchers {
private val sampleAnnotations: String = "annotations/SampleAnnotations.anno"
private val sampleAnnotationsFileName: String = s"src/test/resources/$sampleAnnotations"