test(SemVer): fix Arbitrary SemVer.Version to account for invalid Ord instance
This commit is contained in:
parent
f8afca0598
commit
a0d64dff3a
@ -363,7 +363,7 @@ instance Arbitrary SemVer.Version where
|
||||
<*> fmap getNonNegative arbitrary
|
||||
<*> fmap getNonNegative arbitrary
|
||||
<*> arbitrary
|
||||
<*> arbitrary
|
||||
<*> mempty -- Ord SemVer.Version ignores Metadata, so the Ord properties don't hold
|
||||
|
||||
instance Arbitrary SemVer.Identifier where
|
||||
arbitrary = -- oneof
|
||||
|
||||
Loading…
Reference in New Issue
Block a user