1
0

always use role+grant names in create+delete role+grants tests

This commit is contained in:
Michael Hoennig
2022-09-13 14:17:30 +02:00
parent 4e90f53bf3
commit 8041553734
3 changed files with 59 additions and 68 deletions

View File

@ -21,7 +21,7 @@ public interface HsOfficeContactRepository extends Repository<HsOfficeContactEnt
HsOfficeContactEntity save(final HsOfficeContactEntity entity);
void deleteByUuid(final UUID uuid);
int deleteByUuid(final UUID uuid);
long count();
}