Skip to content

Commit 3970117

Browse files
committed
Fix tests after dependency upgrades.
See #1541
1 parent a4366cb commit 3970117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-data-jdbc/src/test/java/org/springframework/data/jdbc/repository/support/JdbcQueryLookupStrategyUnitTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ void setup() {
8080

8181
doReturn(NumberFormat.class).when(metadata).getReturnedDomainClass(any(Method.class));
8282
doReturn(TypeInformation.of(NumberFormat.class)).when(metadata).getReturnType(any(Method.class));
83+
doReturn(TypeInformation.of(NumberFormat.class)).when(metadata).getDomainTypeInformation();
8384
}
8485

8586
@Test // DATAJDBC-166

0 commit comments

Comments
 (0)