mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
62571: removed duplicate line
This commit is contained in:
@@ -20,8 +20,6 @@ describe('ItemOperationComponent', () => {
|
|||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
itemOperation = new ItemOperation('key1', 'url1');
|
itemOperation = new ItemOperation('key1', 'url1');
|
||||||
|
|
||||||
itemOperation = new ItemOperation('key1', 'url1');
|
|
||||||
|
|
||||||
fixture = TestBed.createComponent(ItemOperationComponent);
|
fixture = TestBed.createComponent(ItemOperationComponent);
|
||||||
comp = fixture.componentInstance;
|
comp = fixture.componentInstance;
|
||||||
comp.operation = itemOperation;
|
comp.operation = itemOperation;
|
||||||
|
Reference in New Issue
Block a user