Skip to content

Commit

Permalink
Add bech32 Pool id variant to Wellformed test
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Sep 2, 2020
1 parent ef704d7 commit 04f5148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core/test/unit/Cardano/Wallet/Api/Malformed.hs
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ instance Malformed (PathParam ApiTxId) where
instance Wellformed (PathParam ApiPoolId) where
wellformed = PathParam <$>
[ T.replicate 64 "0"
, "pool1wqaz0q0zhtxlgn0ewssevn2mrtm30fgh2g7hr7z9rj5856457mm"
]

instance Malformed (PathParam ApiPoolId) where
Expand Down

0 comments on commit 04f5148

Please sign in to comment.