We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c539a8c commit edefcebCopy full SHA for edefceb
src/test/java/org/woehlke/simpleworklist/testdata/TestDataServiceTest.java
@@ -52,7 +52,7 @@ public void createTestCategoryTreeForUserAccountTest(){
52
log.info("createTestCategoryTreeForUserAccountTest");
53
userAccountTestDataService.setUp();
54
UserAccount userAccount = userAccountTestDataService.getFirstUserAccount();
55
- //TODO:
+ //TODO: #128
56
//testDataService.createTestCategoryTreeForUserAccount(userAccount);
57
}
58
0 commit comments