Update to ScalaTest 3.1.0, fix #28289.
This commit is contained in:
parent
4749b11be8
commit
d9ed927df0
305 changed files with 702 additions and 656 deletions
|
|
@ -6,11 +6,11 @@ package akka.cluster.ddata
|
|||
|
||||
import akka.actor.Address
|
||||
import akka.cluster.UniqueAddress
|
||||
import org.scalatest.Matchers
|
||||
import org.scalatest.WordSpec
|
||||
import akka.cluster.ddata.Replicator.Internal.DataEnvelope
|
||||
import org.scalatest.matchers.should.Matchers
|
||||
import org.scalatest.wordspec.AnyWordSpec
|
||||
|
||||
class DataEnvelopeSpec extends WordSpec with Matchers {
|
||||
class DataEnvelopeSpec extends AnyWordSpec with Matchers {
|
||||
import PruningState._
|
||||
|
||||
val node1 = UniqueAddress(Address("akka", "Sys", "localhost", 2551), 1L)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue