Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 2f07736

Browse files
committed
Generate Text.
1 parent 6097e45 commit 2f07736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semantic-core/test/Generators.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import Data.Name
2424
-- interesting property as they parse regardless.
2525
name :: MonadGen m => m Name
2626
name = Gen.prune (User <$> names) where
27-
names = Gen.string (Range.linear 1 10) Gen.lower
27+
names = Gen.text (Range.linear 1 10) Gen.lower
2828

2929
boolean :: MonadGen m => m Core
3030
boolean = Bool <$> Gen.bool

0 commit comments

Comments
 (0)