Skip to content

Commit 9ac1ab7

Browse files
committed
fix test
1 parent 23d6923 commit 9ac1ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/agent-llmobs/src/test/groovy/datadog/trace/llmobs/domain/DDLLMObsSpanTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ class DDLLMObsSpanTest extends DDSpecification{
256256
def toolCall = spanOutputMsg.getToolCalls().get(0)
257257
assert toolCall.getName().equals("weather-tool")
258258
assert toolCall.getType().equals("function")
259-
assert toolCall.getToolID().equals("6176241000")
259+
assert toolCall.getToolId().equals("6176241000")
260260
def expectedToolArgs = Maps.of("location", "paris")
261261
assert toolCall.getArguments().equals(expectedToolArgs)
262262
}

0 commit comments

Comments
 (0)