Skip to content

Commit

Permalink
Use camel case for test name (#33384)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbismuth committed Oct 31, 2018
1 parent e7f616d commit 40a59bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void testRestGetSourceAction() throws Exception {
assertThat(restResponse.content(), equalTo(new BytesArray("{\"foo\": \"bar\"}")));
}

public void testRestGetSourceAction_withNullSource() {
public void testRestGetSourceActionWithNullSource() {
// GIVEN a REST Get Source action response with a non-existing result and a null source
final GetResponse getResponse = new GetResponse(new GetResult("index1", "_doc", "1", -1, false, null, emptyMap()));

Expand Down

0 comments on commit 40a59bc

Please sign in to comment.