Skip to content

Commit

Permalink
LPD-22412 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed May 3, 2024
1 parent 8c7d05c commit 2e9afe5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ public void testGetManyToManySystemObjectRelatedObjectEntries()
public void testGetManyToOneSystemObjectRelatedObjectEntries()
throws Exception {

// Default unrelated user

ObjectRelationship objectRelationship =
ObjectRelationshipTestUtil.addObjectRelationship(
_objectDefinition, _userSystemObjectDefinition,
Expand All @@ -264,8 +266,6 @@ public void testGetManyToOneSystemObjectRelatedObjectEntries()

_objectRelationships.add(objectRelationship);

// Default unrelated user

_testGetManyToOneSystemObjectRelatedObjectEntries(
StringPool.BLANK, 0, objectRelationship, _user.getUserId());

Expand Down

0 comments on commit 2e9afe5

Please sign in to comment.