Works with native query now needst to be hql
This commit is contained in:
@ -31,4 +31,9 @@ public class GroupServiceTest {
|
||||
groupService.delete(group);
|
||||
assertTrue(this.groupService.getGroupsAmmount() == startAmmount);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void shouldGetGroupsAssignmentsAmmounts() {
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user