Upgrade to Scala 2.13.5 (#30072)
This commit is contained in:
parent
846359919f
commit
c5655a9ce6
264 changed files with 1071 additions and 538 deletions
|
|
@ -77,6 +77,7 @@ class ReplicatorChaosSpec extends MultiNodeSpec(ReplicatorChaosSpec) with STMult
|
|||
case c: PNCounter => c.value
|
||||
case c: GSet[_] => c.elements
|
||||
case c: ORSet[_] => c.elements
|
||||
case _ => fail()
|
||||
}
|
||||
}
|
||||
value should be(expected)
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@ class ReplicatorORSetDeltaSpec
|
|||
case g @ GetSuccess(`key`, _) =>
|
||||
g.dataValue match {
|
||||
case c: ORSet[_] => c.elements
|
||||
case _ => fail()
|
||||
}
|
||||
}
|
||||
value should be(expected)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue