Skip to content

Commit

Permalink
cleanup / remove unused service in test
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangantner committed Dec 28, 2024
1 parent 42a7f17 commit 386c5f5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
import org.dspace.content.RelationshipType;
import org.dspace.content.factory.ContentServiceFactory;
import org.dspace.content.service.ItemService;
import org.dspace.content.service.RelationshipService;
import org.dspace.orcid.consumer.OrcidQueueConsumer;
import org.dspace.orcid.factory.OrcidServiceFactory;
import org.dspace.orcid.service.OrcidQueueService;
Expand All @@ -68,8 +67,6 @@ public class OrcidQueueConsumerIT extends AbstractIntegrationTestWithDatabase {

private ConfigurationService configurationService = DSpaceServicesFactory.getInstance().getConfigurationService();

protected RelationshipService relationshipService = ContentServiceFactory.getInstance().getRelationshipService();

private Collection profileCollection;

@Before
Expand Down

0 comments on commit 386c5f5

Please sign in to comment.