Skip to content

Commit a1f3048

Browse files
Update modules/core/src/test/java/org/apache/ignite/spi/failover/topology/validator/MdcTopologyValidatorTest.java
Co-authored-by: Sergey Chugunov <sergey.chugunov@gmail.com>
1 parent 895f2ea commit a1f3048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/core/src/test/java/org/apache/ignite/spi/failover/topology/validator/MdcTopologyValidatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public void testEmptyDc() {
117117

118118
/** */
119119
@Test
120-
public void testNodeWitoutDCWithMajority() throws Exception {
120+
public void testNodeWithoutDcSpecifiedWithMajorityBasedValidator() throws Exception {
121121
MdcTopologyValidator topValidator = new MdcTopologyValidator();
122122

123123
topValidator.setDatacenters(Set.of(DC_ID_0, DC_ID_1, DC_ID_2));

0 commit comments

Comments
 (0)