We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b8a0e commit 2f7b62fCopy full SHA for 2f7b62f
1 file changed
agentscope-core/src/test/java/io/agentscope/core/formatter/anthropic/AnthropicResponseParserTest.java
@@ -348,7 +348,7 @@ void testParseStreamEventUnknownType() throws Exception {
348
ChatResponse response = invokeParseStreamEvent(event, startTime);
349
350
assertNotNull(response);
351
- assertNull(response.getId());
+ assertNotNull(response.getId());
352
assertTrue(response.getContent().isEmpty());
353
assertNull(response.getUsage());
354
}
0 commit comments