File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
openai-client/src/test/scala/io/cequence/openaiscala Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments