Change one test case title.
This commit is contained in:
parent
b3cf85f838
commit
0bda908598
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue