Skip to content

Commit 910e317

Browse files
Update modules/core/src/test/java/org/apache/ignite/spi/failover/topology/validator/MdcTopologyValidatorTest.java
Co-authored-by: Sergey Chugunov <[email protected]>
1 parent a1f3048 commit 910e317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -137,7 +137,7 @@ public void testNodeWithoutDcSpecifiedWithMajorityBasedValidator() throws Except
137137

138138
/** */
139139
@Test
140-
public void testNodeWitoutDCWithMain() throws Exception {
140+
public void testNodeWithoutDcSpecifiedWithMainBasedValidator() throws Exception {
141141
MdcTopologyValidator topValidator = new MdcTopologyValidator();
142142

143143
topValidator.setMainDatacenter(DC_ID_1);

0 commit comments

Comments
 (0)