Skip to content

Commit 70675b5

Browse files
authored
Merge pull request #66 from input-output-hk/js/tstr
Generate tstr as TString
2 parents ca2e628 + 31920d4 commit 70675b5

File tree

1 file changed

+1
-1
lines changed
  • src/Codec/CBOR/Cuddle/CBOR

1 file changed

+1
-1
lines changed

src/Codec/CBOR/Cuddle/CBOR/Gen.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ genPostlude pt = case pt of
199199
genRandomM
200200
<&> TDouble
201201
PTBytes -> TBytes <$> genBytes 30
202-
PTText -> TBytes <$> genBytes 30
202+
PTText -> TString <$> genText 30
203203
PTAny -> pure $ TString "Any"
204204
PTNil -> pure TNull
205205

0 commit comments

Comments
 (0)