Add length test for GA.bestsBy

This commit is contained in:
David Pätzel
2020-01-07 09:17:39 +01:00
parent bbddd62c70
commit 7a48c1278f
2 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,6 @@ import qualified Seminar
main :: IO ()
main = do
_ <- Seminar.runTests
_ <- GA.runTests
_ <- Seminar.runTests
return ()