We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a01ee5 commit f48036eCopy full SHA for f48036e
src/test/java/io/github/vishalmysore/a2a/client/A2AAgentTest.java
@@ -40,7 +40,7 @@ void testGetType() {
40
assertEquals("a2a", a2aAgent.getType());
41
}
42
43
- @Test
+
44
void testRemoteMethodCall() throws Exception {
45
// Setup
46
String query = "Test query";
@@ -81,7 +81,7 @@ void testRemoteMethodCall() throws Exception {
81
82
83
84
85
void testRemoteMethodCallWithName() throws Exception {
86
87
0 commit comments