Class name typo.
This commit is contained in:
parent
d25c14a9e9
commit
bdced9c772
|
@ -31,7 +31,7 @@ import static org.elasticsearch.common.settings.ImmutableSettings.settingsBuilde
|
|||
import static org.hamcrest.MatcherAssert.assertThat;
|
||||
import static org.hamcrest.Matchers.equalTo;
|
||||
|
||||
public class InternalSettingsPerparerTests extends ElasticsearchTestCase {
|
||||
public class InternalSettingsPreparerTests extends ElasticsearchTestCase {
|
||||
@Before
|
||||
public void setupSystemProperties() {
|
||||
System.setProperty("es.node.zone", "foo");
|
Loading…
Reference in New Issue