1
0

[MINOR] fix typos (#2116)

This commit is contained in:
dugenkui
2020-09-26 20:40:33 +08:00
committed by GitHub
parent 1dd6635fbb
commit ae68b2b355
9 changed files with 66 additions and 46 deletions

View File

@@ -309,7 +309,7 @@ public class TestBootstrap extends HoodieClientTestBase {
}
@Test
public void testFullBoostrapOnlyCOW() throws Exception {
public void testFullBootstrapOnlyCOW() throws Exception {
testBootstrapCommon(true, false, EffectiveMode.FULL_BOOTSTRAP_MODE);
}
@@ -319,7 +319,7 @@ public class TestBootstrap extends HoodieClientTestBase {
}
@Test
public void testMetaAndFullBoostrapCOW() throws Exception {
public void testMetaAndFullBootstrapCOW() throws Exception {
testBootstrapCommon(true, false, EffectiveMode.MIXED_BOOTSTRAP_MODE);
}