Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
radovanradic committed Jan 23, 2024
1 parent 30005f7 commit 59f0fff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ import io.micronaut.data.tck.entities.Book;
interface BookRepository extends GenericRepository<Book, Long> {
@Join(value = "author", type = Join.Type.FETCH)
List<UserGroupMembership> findAllByPublisherZipCodeAndAuthor_SpecName(String zipCode, String specName);
List<Book> findAllByPublisherZipCodeAndAuthor_SpecName(String zipCode, String specName);
}
"""
)
Expand Down

0 comments on commit 59f0fff

Please sign in to comment.