Skip to content

Commit

Permalink
native tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Dec 13, 2024
1 parent 8ba0cb4 commit 72d79f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/commonTest/kotlin/AnthropicTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import com.xemantic.anthropic.content.Text
import com.xemantic.anthropic.content.ToolUse
import com.xemantic.anthropic.usage.Cost
import com.xemantic.anthropic.usage.Usage
import com.xemantic.kotlin.test.assert
import com.xemantic.kotlin.test.be
import com.xemantic.kotlin.test.have
import com.xemantic.kotlin.test.should
Expand Down
1 change: 1 addition & 0 deletions src/commonTest/kotlin/content/DocumentTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package com.xemantic.anthropic.content
import com.xemantic.anthropic.Anthropic
import com.xemantic.anthropic.message.Message
import com.xemantic.anthropic.message.StopReason
import com.xemantic.kotlin.test.assert
import com.xemantic.kotlin.test.be
import com.xemantic.kotlin.test.have
import com.xemantic.kotlin.test.should
Expand Down

0 comments on commit 72d79f4

Please sign in to comment.