[tests] fix tests, README moved things to dev docs

parent f84d7734
Pipeline #6992 canceled with stages
in 26 minutes and 22 seconds
This diff is collapsed.
......@@ -7,7 +7,6 @@ module Test.API.GraphQL (
tests
) where
import Control.Monad (void)
import Gargantext.Core.Types.Individu
import Prelude
import Servant.Auth.Client ()
......
......@@ -157,7 +157,7 @@ instance Arbitrary Phylo.ComputeTimeHistory where
instance Arbitrary Phylo.CorpusParser where arbitrary = genericArbitrary
instance Arbitrary Phylo.Filter where arbitrary = genericArbitrary
instance Arbitrary Phylo.ListParser where arbitrary = genericArbitrary
instance Arbitrary Phylo.MaxClqueFilter where arbitrary = genericArbitrary
instance Arbitrary Phylo.MaxCliqueFilter where arbitrary = genericArbitrary
instance Arbitrary Phylo.Order where arbitrary = genericArbitrary
-- The 'resize' ensure our tests won't take too long as
-- we won't be generating very long lists.
......@@ -176,7 +176,7 @@ instance Arbitrary Phylo.PhyloCounts where arbitrary = genericArbitrary
instance Arbitrary Phylo.PhyloGroup where arbitrary = genericArbitrary
instance Arbitrary Phylo.PhyloLabel where arbitrary = genericArbitrary
instance Arbitrary Phylo.PhyloParam where
arbitrary = Phylo.defaultPhyloParam
arbitrary = pure Phylo.defaultPhyloParam
instance Arbitrary Phylo.PhyloPeriod where arbitrary = genericArbitrary
instance Arbitrary Phylo.PhyloScale where arbitrary = genericArbitrary
instance Arbitrary Phylo.PhyloSimilarity where arbitrary = genericArbitrary
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment