We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554e962 commit 7d7803cCopy full SHA for 7d7803c
server-common/src/test/java/io/a2a/server/tasks/TaskManagerTest.java
@@ -589,7 +589,7 @@ public void testSaveTaskEventMetadataUpdateNull() throws A2AServerException {
589
590
@Test
591
public void testSaveTaskEventMetadataMergeExisting() throws A2AServerException {
592
- // Test that metadata update overwrites existing metadata
+ // Test that metadata update merges with existing metadata
593
Map<String, Object> originalMetadata = new HashMap<>();
594
originalMetadata.put("original_key", "original_value");
595
0 commit comments