=tes Use ConversionCheckedTripleEquals
This commit is contained in:
parent
142d9a51af
commit
30df518421
196 changed files with 2275 additions and 2266 deletions
|
|
@ -27,7 +27,7 @@ class MessageSerializerSpec extends AkkaSpec(
|
|||
val ref = serializer.fromBinary(blob, obj.getClass)
|
||||
obj match {
|
||||
case _ ⇒
|
||||
ref should be(obj)
|
||||
ref should ===(obj)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue