Skip to content

Commit

Permalink
test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Dec 13, 2024
1 parent 4b527ce commit 70c2f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commonTest/kotlin/tool/ToolInputTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class ToolInputTest {

@Test
fun `Should fail to create a Tool without AnthropicTool annotation`() {
val exception = assertFailsWith<SerializationException> {
assertFailsWith<SerializationException> {
Tool<NoAnnotationTool>()
} should {
have(message!!.matches(Regex(
Expand Down

0 comments on commit 70c2f56

Please sign in to comment.