Skip to content
Snippets Groups Projects
Commit 3228e0f1 authored by srosse's avatar srosse
Browse files

OO-2057: fix unit test

parent 3b8aa8be
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ public class PortfolioServiceTest extends OlatTestCase { ...@@ -116,7 +116,7 @@ public class PortfolioServiceTest extends OlatTestCase {
// load right // load right
List<AccessRights> rights = portfolioService.getAccessRights(binder); List<AccessRights> rights = portfolioService.getAccessRights(binder);
Assert.assertNotNull(rights); Assert.assertNotNull(rights);
Assert.assertEquals(3, rights.size()); Assert.assertEquals(4, rights.size());
boolean foundOwner = false; boolean foundOwner = false;
boolean foundCoach = false; boolean foundCoach = false;
......
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