Skip to content
Snippets Groups Projects
Commit 8df8727d authored by Pedro Pablo Cardona Arroyave's avatar Pedro Pablo Cardona Arroyave
Browse files

A minor bug was fixed

parent 9086f1e8
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ class UserGroupAssoServiceTest {
.thenReturn(tempAsso);
userGroupAssoService.save(user, tempgroup, true);
userGroupAssoService.save(user, tempgroup,"Admin");
//make sure the correct assisiation is saved
verify(userGroupAssoRepository, times(1)).save(tempAsso);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment