Skip to content

Commit bf85887

Browse files
committed
Rename test method.
1 parent 4dc1c5a commit bf85887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httprpc-test/src/test/java/org/httprpc/WebServiceProxyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public void testBodyPost() throws IOException {
274274
}
275275

276276
@Test
277-
public void testCustomPost() throws IOException {
277+
public void testImagePost() throws IOException {
278278
WebServiceProxy webServiceProxy = new WebServiceProxy("POST", new URL(serverURL, "test"));
279279

280280
URL imageTestURL = WebServiceProxyTest.class.getResource("test.jpg");

0 commit comments

Comments
 (0)