Skip to content

Commit

Permalink
Update string tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoPascal31 committed Jan 31, 2024
1 parent 31ddaa9 commit ae3349b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact/tests_repl/util-strings-test.repl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
(expect "Integer -> Str" "38" (to-string 38))
(expect "Decimal -> Str" "22.34" (to-string 22.34))
(expect "List of integer -> Str" "[1, 2, 3, 4]" (to-string [1,2,3,4]))
(expect "Object -> Str" "{\"a\": 3,\"b\": \"Abcd\",\"c\": 42.001}" (to-string {'a:3, 'b:"Abcd", 'c:42.001}))
(expect "Object -> Str" "{\"a\":3, \"b\":\"Abcd\", \"c\":42.001}" (to-string {'a:3, 'b:"Abcd", 'c:42.001}))


; decode-ascii
Expand Down

0 comments on commit ae3349b

Please sign in to comment.