hazelcast/hazelcast-eureka

Fix HazelcastClientTestCase

Open

#31 opened on May 27, 2019

 (0 comments) (0 reactions) (0 assignees)Java (28 forks)auto 404
good first issue

Repository metrics

Stars
 (33 stars)
PR merge metrics
 (PR metrics pending)

Description

HazelcastClientTestCase test seems to be testing the client, however actually it does not. It should be fixed.

See the comment in the code: https://github.com/hazelcast/hazelcast-eureka/blob/master/src/test/java/com/hazelcast/eureka/one/HazelcastClientTestCase.java#L67

Contributor guide