summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Main.hs b/tests/Main.hs
index adb50380..c0ef52db 100644
--- a/tests/Main.hs
+++ b/tests/Main.hs
@@ -118,7 +118,7 @@ instance Arbitrary ContentInfo where
118 ] 118 ]
119 119
120instance Arbitrary Torrent where 120instance Arbitrary Torrent where
121 arbitrary = torrent <$> arbitrary 121 arbitrary = mktorrent <$> arbitrary
122 <*> arbitrary <*> arbitrary <*> arbitrary 122 <*> arbitrary <*> arbitrary <*> arbitrary
123 <*> arbitrary <*> arbitrary <*> arbitrary 123 <*> arbitrary <*> arbitrary <*> arbitrary
124 <*> arbitrary <*> pure Nothing <*> arbitrary 124 <*> arbitrary <*> pure Nothing <*> arbitrary