diff options
Diffstat (limited to 'src/test/scala/firrtlTests/UtilsSpec.scala')
| -rw-r--r-- | src/test/scala/firrtlTests/UtilsSpec.scala | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/test/scala/firrtlTests/UtilsSpec.scala b/src/test/scala/firrtlTests/UtilsSpec.scala index a1a72634..069c160e 100644 --- a/src/test/scala/firrtlTests/UtilsSpec.scala +++ b/src/test/scala/firrtlTests/UtilsSpec.scala @@ -1,11 +1,10 @@ package firrtlTests -import org.scalatest.FlatSpec -import org.scalatest.Matchers._ - import firrtl.Utils +import org.scalatest.matchers.should.Matchers._ +import org.scalatest.flatspec.AnyFlatSpec -class UtilsSpec extends FlatSpec { +class UtilsSpec extends AnyFlatSpec { behavior of "Utils.expandPrefix" |
