Skip to content

Commit

Permalink
Class name typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss authored and s1monw committed Feb 26, 2014
1 parent bd87413 commit 6f8f33d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
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");
Expand Down

0 comments on commit 6f8f33d

Please sign in to comment.