aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Instances.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/Instances.hs b/tests/Instances.hs
index c7a3624..7282196 100644
--- a/tests/Instances.hs
+++ b/tests/Instances.hs
@@ -236,15 +236,7 @@ genCompletionTokenDetails n =
<$> arbitrary -- completionTokenDetailsReasoningTokens :: Int
<*> arbitrary -- completionTokenDetailsImageTokens :: Int
<*> arbitrary -- completionTokenDetailsAudioTokens :: Int
-
-instance Arbitrary Content where
- arbitrary = sized genContent
-genContent :: Int -> Gen Content
-genContent n =
-
- pure Content
-
instance Arbitrary ContentPart where
arbitrary = sized genContentPart