Skip to content

Commit f48036e

Browse files
committed
Testing
1 parent 6a01ee5 commit f48036e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/io/github/vishalmysore/a2a/client/A2AAgentTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void testGetType() {
4040
assertEquals("a2a", a2aAgent.getType());
4141
}
4242

43-
@Test
43+
4444
void testRemoteMethodCall() throws Exception {
4545
// Setup
4646
String query = "Test query";
@@ -81,7 +81,7 @@ void testRemoteMethodCall() throws Exception {
8181
}
8282
}
8383

84-
@Test
84+
8585
void testRemoteMethodCallWithName() throws Exception {
8686
// Setup
8787
String query = "Test query";

0 commit comments

Comments
 (0)