Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dadoonet committed Aug 16, 2013
1 parent 3f8b53d commit 0d7ddfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public static void assertSearchHit(SearchResponse searchResponse, int number, Ma
}

public static void assertNoFailures(SearchResponse searchResponse) {
assertThat("Unexpectd ShardFailures: " + Arrays.toString(searchResponse.getShardFailures()), searchResponse.getShardFailures().length, equalTo(0));
assertThat("Unexpected ShardFailures: " + Arrays.toString(searchResponse.getShardFailures()), searchResponse.getShardFailures().length, equalTo(0));
}

public static void assertNoFailures(BroadcastOperationResponse response) {
Expand Down

0 comments on commit 0d7ddfa

Please sign in to comment.