Skip to content

Commit

Permalink
Adjusted name test methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
iurysalino authored and vfraga committed Mar 29, 2022
1 parent 09ec278 commit 2e30866
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -603,12 +603,12 @@ private void assertGetBooleanForSQLException(Text value) {
}

@Test
public void testShouldGetBooleanThrowForInvalidValue() {
public void testShouldGetBooleanThrowsSQLExceptionForInvalidValue() {
assertGetBooleanForSQLException(new Text("anything"));
}

@Test
public void testShouldGetBooleanThrowForEmpty() throws Exception {
public void testShouldGetBooleanThrowsSQLExceptionForEmpty() throws Exception {
assertGetBooleanForSQLException(new Text(""));
}

Expand Down

0 comments on commit 2e30866

Please sign in to comment.