Skip to content

Commit 558ac5c

Browse files
committed
Naming the method more appropriately
1 parent f2848f6 commit 558ac5c

File tree

1 file changed

+1
-1
lines changed
  • websocket/encoder-client/src/test/java/org/javaee7/websocket/encoder/client

1 file changed

+1
-1
lines changed

websocket/encoder-client/src/test/java/org/javaee7/websocket/encoder/client/MyClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static WebArchive createDeployment() {
4646
}
4747

4848
@Test
49-
public void testEndpointEmptyJSONObject() throws URISyntaxException, DeploymentException, IOException, InterruptedException {
49+
public void testEndpoint() throws URISyntaxException, DeploymentException, IOException, InterruptedException {
5050
final String JSON = "{\"apple\" : \"red\", \"banana\": \"yellow\"}";
5151
Session session = connectToServer(MyClient.class);
5252
assertNotNull(session);

0 commit comments

Comments
 (0)