Skip to content

Commit 14be266

Browse files
committed
Anthropic should throw AnthropicScalaClientExceptions, upgrade scala mock to 6.0.0 to compile with Scala 3
1 parent 92d1f6d commit 14be266

File tree

1 file changed

+1
-2
lines changed
  • anthropic-client/src/test/scala/io/cequence/openaiscala/anthropic/service/impl

1 file changed

+1
-2
lines changed

anthropic-client/src/test/scala/io/cequence/openaiscala/anthropic/service/impl/TestFactory.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ class TestAnthropicServiceImpl(
2828
)(
2929
implicit override val ec: ExecutionContext,
3030
override val materializer: Materializer
31-
) extends AnthropicServiceClassImpl(coreUrl, requestContext)
32-
with MockFactory {
31+
) extends AnthropicServiceClassImpl(coreUrl, requestContext) {
3332

3433
val defaultAcceptableStatusCodes = Seq(200, 201, 202, 204)
3534

0 commit comments

Comments
 (0)