Skip to content

Commit 66aa726

Browse files
author
kokobd
committed
remove orphan instance to fix test
1 parent 1ee82f3 commit 66aa726

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lsp/test/JsonSpec.hs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,6 @@ smallList = resize 3 . listOf
159159
instance (Arbitrary a) => Arbitrary (List a) where
160160
arbitrary = List <$> arbitrary
161161

162-
instance Arbitrary J.Value where
163-
arbitrary = oneof
164-
[ J.String <$> arbitrary
165-
, J.Number <$> arbitrary
166-
, J.Bool <$> arbitrary
167-
, pure J.Null
168-
]
169-
170162
-- ---------------------------------------------------------------------
171163

172164
instance Arbitrary DidChangeWatchedFilesRegistrationOptions where

0 commit comments

Comments
 (0)