Skip to content

Commit 0905dc9

Browse files
author
Victor LOIZEL
committed
wip
1 parent e5153c7 commit 0905dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/issue/spring/graphql/objectlist/BusinessEntityControllerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void filterValueIsInstanceOfList_withoutVariables() {
4949

5050
/**
5151
* Failed with a {@link List} of 2 {@link String} passed in variable, exception :
52-
* org.springframework.beans.InvalidPropertyException: Invalid property 'value[0]' of bean class [issue.spring.graphql.objectlist.EntityFilterInput]: Property referenced in indexed property path 'value[0]' is neither an array nor a List nor a Map; returned value was [java.lang.Object@7841bd30]
52+
* org.springframework.beans.InvalidPropertyException: Invalid property 'value[0]' of bean class [issue.spring.graphql.objectlist.BusinessEntityFilterInput]: Property referenced in indexed property path 'value[0]' is neither an array nor a List nor a Map; returned value was [java.lang.Object@74123110]
5353
*/
5454
@Test
5555
void filterValueIsInstanceOfList_withException() {

0 commit comments

Comments
 (0)