Skip to content

Commit 76daad9

Browse files
committed
WordSpec is dipricated, migrated to AnyWordSpec
1 parent a553de4 commit 76daad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/src/test/scala/ky/korins/blake3/Blake3Test.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package ky.korins.blake3
22

33
import ky.korins.blake3
4-
import org.scalatest._
54
import org.scalatest.matchers.should
5+
import org.scalatest.wordspec.AnyWordSpec
66

7-
class Blake3Test extends WordSpec with should.Matchers {
7+
class Blake3Test extends AnyWordSpec with should.Matchers {
88

99
"Blake3" should {
1010
"work at naive test" in {

0 commit comments

Comments
 (0)