committed by
Stéphane Nicoll
parent
a33b700b12
commit
a39e1c4a09
@@ -348,7 +348,7 @@ class JsonMarshallerTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void shouldCheckIgnoreFields() {
|
||||
void shouldCheckIgnoredFields() {
|
||||
String json = """
|
||||
{
|
||||
"ignored": {
|
||||
@@ -362,7 +362,7 @@ class JsonMarshallerTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void shouldCheckIgnorePropertiesFields() {
|
||||
void shouldCheckIgnoredPropertiesFields() {
|
||||
String json = """
|
||||
{
|
||||
"ignored": {
|
||||
|
||||
Reference in New Issue
Block a user