Skip to content

Commit

Permalink
LPD-35168 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Oct 4, 2024
1 parent 7ca2a64 commit 588424a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,8 @@ public void setUp() throws Exception {

_originalPermissionChecker =
PermissionThreadLocal.getPermissionChecker();

_tree = TreeTestUtil.createObjectDefinitionTree(
_objectDefinitionLocalService, _objectRelationshipLocalService);

_user = UserTestUtil.addUser();

ObjectDefinition rootObjectDefinition =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ public void setUp() throws Exception {
_addAndPublishModifiableSystemObjectDefinition();
_objectDefinition1 = _addAndPublishCustomObjectDefinition();
_objectDefinition2 = _addAndPublishCustomObjectDefinition();
_systemObjectDefinition2 = _addSystemObjectDefinition(
"/o/test-endpoint/entries");
_objectDefinitionTreeFactory = new ObjectDefinitionTreeFactory(
_objectDefinitionLocalService, _objectRelationshipLocalService);
_systemObjectDefinition2 = _addSystemObjectDefinition(
"/o/test-endpoint/entries");
}

@Test
Expand Down

0 comments on commit 588424a

Please sign in to comment.