Skip to content

Commit

Permalink
move MembershipActionTests.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ywelsch committed Feb 27, 2019
1 parent e4e9c09 commit 756dc42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.elasticsearch.discovery.zen;
package org.elasticsearch.cluster.coordination;

import org.elasticsearch.Version;
import org.elasticsearch.cluster.coordination.JoinTaskExecutor;
Expand All @@ -36,7 +36,7 @@
import static org.elasticsearch.test.VersionUtils.randomVersion;
import static org.elasticsearch.test.VersionUtils.randomVersionBetween;

public class MembershipActionTests extends ESTestCase {
public class JoinTaskExecutorTests extends ESTestCase {

public void testPreventJoinClusterWithNewerIndices() {
Settings.builder().build();
Expand Down

0 comments on commit 756dc42

Please sign in to comment.