Update ability tests

This commit is contained in:
Ayaz Hafiz 2023-05-16 12:31:25 -05:00
parent 4e690103b0
commit 7df3d191d5
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -943,8 +943,8 @@ fn specialize_unique_newtype_records() {
provides [main] to "./platform"
main =
when Str.fromUtf8 (Encode.toBytes {a: Bool.true} Json.toUtf8) is
Ok s -> when Str.fromUtf8 (Encode.toBytes {b: Bool.true} Json.toUtf8) is
when Str.fromUtf8 (Encode.toBytes {a: Bool.true} Json.json) is
Ok s -> when Str.fromUtf8 (Encode.toBytes {b: Bool.true} Json.json) is
Ok t -> "\(s)\(t)"
_ -> "<bad>"
_ -> "<bad>"