Skip to content

Commit

Permalink
Remove unused function genWits.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles authored and Anviking committed May 26, 2023
1 parent bdbebe7 commit cb2fed4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/wallet/test/unit/Cardano/Wallet/Api/TypesSpec.hs
Expand Up @@ -2170,9 +2170,6 @@ selectFromPreparedBinaries = elements $ toByteString <$>
let (Right bs) = fromHex $ T.encodeUtf8 txt
in bs

genWits :: Gen ByteString
genWits = BS.pack <$> Test.QuickCheck.scale (min 32) (listOf arbitrary)

deriving instance Arbitrary a => Arbitrary (ApiAsArray s a)

instance Arbitrary (ApiBytesT base ByteString) where
Expand Down

0 comments on commit cb2fed4

Please sign in to comment.