changlog test

This commit is contained in:
Lei Zhu
2023-07-22 17:14:49 +08:00
parent bcdf2b23f1
commit 38db038953
10 changed files with 99 additions and 27 deletions

View File

@@ -33,9 +33,6 @@ setTests =
res <- setParseWith (words args)
liftIO $ res @?= expected
mkVersion :: NonEmpty VChunk -> Version
mkVersion chunks = Version Nothing chunks [] Nothing
oldStyleCheckList :: [(String, Either SetCommand SetOptions)]
oldStyleCheckList = mapSecond (Right . SetOptions)
[ ("set", SetRecommended)