Skip to content

Commit

Permalink
shelley-test: allow d=0 in ThreadNet tests generator
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrisby committed Jul 9, 2020
1 parent fc54848 commit fda1ffd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ data TestSetup = TestSetup

instance Arbitrary TestSetup where
arbitrary = do
setupD <- (/10) <$> choose (1, 10)
setupD <- (/10) <$> choose (0, 10)
setupK <- SecurityParam <$> elements [5, 10]

setupTestConfig <- arbitrary
Expand Down

0 comments on commit fda1ffd

Please sign in to comment.