File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
server/src/test/java/org/elasticsearch/cluster/coordination Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 * specific language governing permissions and limitations
1717 * under the License.
1818 */
19- package org .elasticsearch .discovery . zen ;
19+ package org .elasticsearch .cluster . coordination ;
2020
2121import org .elasticsearch .Version ;
2222import org .elasticsearch .cluster .coordination .JoinTaskExecutor ;
3636import static org .elasticsearch .test .VersionUtils .randomVersion ;
3737import static org .elasticsearch .test .VersionUtils .randomVersionBetween ;
3838
39- public class MembershipActionTests extends ESTestCase {
39+ public class JoinTaskExecutorTests extends ESTestCase {
4040
4141 public void testPreventJoinClusterWithNewerIndices () {
4242 Settings .builder ().build ();
You can’t perform that action at this time.
0 commit comments