Skip to content

Commit

Permalink
Merge #2106
Browse files Browse the repository at this point in the history
2106: Add bech32 Pool id variant to Wellformed test r=KtorZ a=hasufell

Wrt #2085 and #2055

Co-authored-by: Julian Ospald <julian.ospald@iohk.io>
  • Loading branch information
iohk-bors[bot] and hasufell committed Sep 3, 2020
2 parents f9a52ab + 04f5148 commit 5adcae2
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 5adcae2

Please sign in to comment.