summaryrefslogtreecommitdiff
path: root/tests/Main.hs
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-07-14 03:25:46 +0400
committerSam T <pxqr.sta@gmail.com>2013-07-14 03:25:46 +0400
commit5a6e5634452ff463a7442dbd8761678651517d20 (patch)
tree5ca9f455dee0aa6fcbf67e34f23b753f00bf3d55 /tests/Main.hs
parente160fcee699c7012d8f50a6e4bcd3b8a9c02aedf (diff)
~ Minor changes.
Diffstat (limited to 'tests/Main.hs')
-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