File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
src/test/java/com/github/collinalpert/lambda2sql/test Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ You can include the Maven dependency:
6464<dependency >
6565 <groupId >com.github.collinalpert</groupId >
6666 <artifactId >lambda2sql</artifactId >
67- <version >2.1.2 </version >
67+ <version >2.1.3 </version >
6868</dependency >
6969```
7070
Original file line number Diff line number Diff line change 66
77 <groupId >com.github.collinalpert</groupId >
88 <artifactId >lambda2sql</artifactId >
9- <version >2.1.2 </version >
9+ <version >2.1.3 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >lambda2sql</name >
6060 <dependency >
6161 <groupId >com.trigersoft</groupId >
6262 <artifactId >jaque</artifactId >
63- <version >2.4.3 </version >
63+ <version >2.4.4 </version >
6464 </dependency >
6565
6666 <dependency >
Original file line number Diff line number Diff line change @@ -153,8 +153,7 @@ void testJavaFunctions() {
153153
154154 @ Test
155155 void testFunctionByMethod () {
156- // TODO replace with method reference when this works
157- assertFunctionEqual ("`person`.`function`" , p -> getFunction (p ));
156+ assertFunctionEqual ("`person`.`height` ? `person`.`age`" , this ::getFunction );
158157 }
159158
160159 @ Test
You can’t perform that action at this time.
0 commit comments