Skip to content

Commit

Permalink
Update lib/core/test/unit/Cardano/Wallet/Api/TypesSpec.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Knowles <jonathan.knowles@iohk.io>
  • Loading branch information
hasufell and jonathanknowles committed Oct 22, 2020
1 parent 4396c3c commit 0f93f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/test/unit/Cardano/Wallet/Api/TypesSpec.hs
Expand Up @@ -1152,7 +1152,7 @@ instance Arbitrary PoolId where
return $ PoolId $ BS.pack $ take 28 bytes

instance Arbitrary (ApiListStakePools ApiStakePool) where
arbitrary = ApiListStakePools <$> arbitrary <*> arbitrary
arbitrary = applyArbitrary2 ApiListStakePools

instance Arbitrary ApiStakePool where
arbitrary = ApiStakePool
Expand Down

0 comments on commit 0f93f49

Please sign in to comment.