Change one test case title.

This commit is contained in:
Rachel Shu 2014-07-22 13:37:34 -04:00
parent b3cf85f838
commit 0bda908598
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import com.fasterxml.jackson.databind.ObjectMapper;
public class JacksonFieldUnitTest {
@Test
public final void givenDifferentAccessLevels_whenSerializing_thenPublicFieldsAreSerialized() throws JsonProcessingException {
public final void givenDifferentAccessLevels_whenPublic_thenSerializable() throws JsonProcessingException {
final ObjectMapper mapper = new ObjectMapper();
final MyDtoAccessLevel dtoObject = new MyDtoAccessLevel();