Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Oct 20, 2020
1 parent ff11de1 commit 41bf6cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ class LikeId {
@Repository
@RepositoryConfiguration(queryBuilder=SqlQueryBuilder.class)
@io.micronaut.context.annotation.Executable
interface OwnerPetRepository extends CrudRepository<OwnerPet, OwnerPet.InnerOwnerPetKey> {
interface LikeRepository extends CrudRepository<Like, LikeId> {
long countByLikeIdImageIdentifier(UUID likeIdImageIdentifier);
}
"""
Expand Down

0 comments on commit 41bf6cf

Please sign in to comment.