Skip to content

Commit

Permalink
HSEARCH-3316 Fix typos in ElasticsearchParallelChangesetsWorkOrchestr…
Browse files Browse the repository at this point in the history
…atorTest
  • Loading branch information
yrodiere committed May 7, 2019
1 parent 962fba8 commit cc745ae
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -150,7 +150,7 @@ public void parallelSequenceBetweenChangeset() {
}

@Test
public void reuseBulkAccrossSequences() {
public void reuseBulkAcrossSequences() {
BulkableElasticsearchWork<?> work1 = bulkableWork( 1 );
List<ElasticsearchWork<?>> changeset1 = Arrays.asList( work1 );

Expand Down Expand Up @@ -268,7 +268,7 @@ public void newBulkIfNonBulkable_sameChangeset() {
}

@Test
public void newBulkIfNonBulkable_differenceChangesets() {
public void newBulkIfNonBulkable_differentChangesets() {
BulkableElasticsearchWork<?> work1 = bulkableWork( 1 );
List<ElasticsearchWork<?>> changeset1 = Arrays.asList( work1 );
ElasticsearchWork<?> work2 = work( 2 );
Expand Down

0 comments on commit cc745ae

Please sign in to comment.