Skip to content

Commit

Permalink
Merge branch 'master' of github.com:teiid/teiid
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Sep 11, 2018
2 parents 7cbdae1 + cffd551 commit a2a8337
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -190,7 +190,7 @@ public void testGetDatasourceProperties() throws Exception {
}

@Test
public void testTraslators() throws Exception {
public void testTranslators() throws Exception {
Collection<? extends Translator> translators = admin.getTranslators();
assertEquals(translators.toString(), 62, translators.size());

Expand All @@ -212,7 +212,7 @@ public void testTraslators() throws Exception {
}

@Test
public void testTraslatorProperties() throws Exception {
public void testTranslatorProperties() throws Exception {
Collection<? extends PropertyDefinition> props = admin.getTranslatorPropertyDefinitions("accumulo", TranlatorPropertyType.OVERRIDE);
assertEquals(20, props.size());

Expand Down

0 comments on commit a2a8337

Please sign in to comment.