Skip to content

Commit 6ff99cf

Browse files
committed
MatchRepositoryTest cleanup
1 parent 7aea08f commit 6ff99cf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

infobip-spring-data-jdbc-querydsl/src/test/java/com/infobip/spring/data/jdbc/issue_113/MatchRepositoryTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ void shouldQueryMany() {
1919

2020
// when
2121
var actual = repository.queryMany(q -> q.select(repository.entityProjection()).from(QMatch.match));
22-
// var actual = repository.findAll();
2322

2423
// then
2524
then(actual).usingRecursiveFieldByFieldElementComparatorIgnoringFields("matchId")

0 commit comments

Comments
 (0)