mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-19 07:53:08 +00:00
Fix a number of errorprone warnings in tests.
This commit is contained in:
@@ -230,7 +230,6 @@ public class RelationshipServiceImplTest {
|
||||
public void testDelete() throws Exception {
|
||||
|
||||
// Declare objects utilized in unit test
|
||||
MetadataValue metVal = mock(MetadataValue.class);
|
||||
List<Relationship> leftTypelist = new ArrayList<>();
|
||||
List<Relationship> rightTypelist = new ArrayList<>();
|
||||
Item leftItem = mock(Item.class);
|
||||
|
Reference in New Issue
Block a user