Skip to content

Commit 14705f4

Browse files
committed
loose JSON tests
1 parent ecb68bf commit 14705f4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

openai-client/src/test/scala/io/cequence/openaiscala/JsonFormatsSpec.scala

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ class JsonFormatsSpec extends AnyWordSpecLike with Matchers {
227227
testCodec[FineTune.Integration](
228228
integration,
229229
weightsAndBiasesIntegrationJson,
230-
Pretty
230+
Pretty,
231+
justSemantics = true
231232
)
232233
}
233234

@@ -253,7 +254,8 @@ class JsonFormatsSpec extends AnyWordSpecLike with Matchers {
253254
testCodec[FileCounts](
254255
integration,
255256
fileCountsJson,
256-
Pretty
257+
Pretty,
258+
justSemantics = true
257259
)
258260
}
259261

@@ -364,7 +366,8 @@ class JsonFormatsSpec extends AnyWordSpecLike with Matchers {
364366
| "chunk_overlap_tokens" : 500
365367
| }
366368
|}""".stripMargin,
367-
Pretty
369+
Pretty,
370+
justSemantics = true
368371
)
369372
}
370373

0 commit comments

Comments
 (0)