diff options
Diffstat (limited to 'test/serialization.tm')
| -rw-r--r-- | test/serialization.tm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/serialization.tm b/test/serialization.tm index 0e5be1ae..5653d1f9 100644 --- a/test/serialization.tm +++ b/test/serialization.tm @@ -38,8 +38,7 @@ func main() >> obj := @[10, 20] >> bytes := obj.serialized() >> roundtrip := deserialize(bytes -> @[Int]) - >> roundtrip == obj - = no + assert roundtrip != obj assert roundtrip[] == obj[] do |
