diff options
Diffstat (limited to 'tests/Data')
-rw-r--r-- | tests/Data/Torrent/MetainfoSpec.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Data/Torrent/MetainfoSpec.hs b/tests/Data/Torrent/MetainfoSpec.hs index d2e0e52e..3d1a9213 100644 --- a/tests/Data/Torrent/MetainfoSpec.hs +++ b/tests/Data/Torrent/MetainfoSpec.hs | |||
@@ -39,8 +39,8 @@ instance Arbitrary URI where | |||
39 | -- Instances | 39 | -- Instances |
40 | -----------------------------------------------------------------------} | 40 | -----------------------------------------------------------------------} |
41 | 41 | ||
42 | instance Arbitrary HashArray where | 42 | instance Arbitrary HashList where |
43 | arbitrary = HashArray <$> arbitrary | 43 | arbitrary = HashList <$> arbitrary |
44 | 44 | ||
45 | instance Arbitrary PieceInfo where | 45 | instance Arbitrary PieceInfo where |
46 | arbitrary = PieceInfo <$> arbitrary <*> arbitrary | 46 | arbitrary = PieceInfo <$> arbitrary <*> arbitrary |