Upgrade to Scala 2.13.5 (#30072)

This commit is contained in:
Johan Andrén 2021-03-30 20:57:23 +02:00 committed by GitHub
parent 846359919f
commit c5655a9ce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
264 changed files with 1071 additions and 538 deletions

View file

@ -67,6 +67,7 @@ class ReplicatorORSetDeltaSpec
case g @ GetSuccess(`key`, _) =>
g.dataValue match {
case c: ORSet[_] => c.elements
case _ => fail()
}
}
value should be(expected)