Skip to content

Commit

Permalink
Remove unused genBytes
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Dec 7, 2024
1 parent 5a0f89c commit 23c25eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hydra-tx/testlib/Test/Hydra/Tx/Gen.hs
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,6 @@ shrinkValue :: Value -> [Value]
shrinkValue =
shrinkMapBy fromList toList shrinkListAggressively

genBytes :: Gen ByteString
genBytes = arbitrary

genHash :: Gen ByteString
genHash = BS.pack <$> vector 32

Expand Down

0 comments on commit 23c25eb

Please sign in to comment.