Skip to content

Commit e8b18d2

Browse files
Update testing/src/test/java/com/hazelcast/samples/testing/samples/junit4/IsolatedClustersTest.java
Co-authored-by: James Holgate <[email protected]>
1 parent a7273bf commit e8b18d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/src/test/java/com/hazelcast/samples/testing/samples/junit4/IsolatedClustersTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
* This test shows how multiple tests can be run in parallel and in isolation, to test
2121
* business logic on Hazelcast data structures.
2222
* By running tests in parallel their execution can be expedited.
23-
* Isolation can be achieved by assigning random names to the
24-
* cluster so each test doesn't interfere with the other.
23+
* Isolation can be achieved by assigning random cluster names to the
24+
* config so each test doesn't interfere with the other.
2525
*/
2626
@RunWith(HazelcastParallelClassRunner.class)
2727
public class IsolatedClustersTest {

0 commit comments

Comments
 (0)