diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Main.hs | 2 |
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 | ||
120 | instance Arbitrary Torrent where | 120 | instance 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 |