Skip to content

Commit

Permalink
adjusting quickValue CS
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontin authored and florentc committed Feb 16, 2024
1 parent 3617031 commit 109b131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Cooked/ShowBSSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tests =
"Value (fromList [(CurrencySymbol \"\",fromList [(TokenName \"\",123)])])"
),
( showBS @Pl.Value (quickValue "banana" 4),
"Value (fromList [(CurrencySymbol \"35a527970f2e1b64ed7cf429f1594ce8b5f0cf09e37473ab628082bd\",fromList [(TokenName \"62616e616e61\",4)])])"
"Value (fromList [(CurrencySymbol \"ce10165e35b6d1e09617cb0f8a2bf6e2fedc347ddd497c8d4b02741c\",fromList [(TokenName \"62616e616e61\",4)])])"
),
( showBS (Pl.mkConstr 0 [Pl.mkMap [(Pl.mkI 1, Pl.mkList [Pl.mkB "abc"])]]),
"BuiltinData (Constr 0 [Map [(I 1,List [B \"616263\"])]])"
Expand Down

0 comments on commit 109b131

Please sign in to comment.