62571: removed duplicate line

This commit is contained in:
Philip Vissenaekens
2019-05-28 17:13:18 +02:00
parent 93075fc70f
commit a419e64cef

View File

@@ -20,8 +20,6 @@ describe('ItemOperationComponent', () => {
beforeEach(() => {
itemOperation = new ItemOperation('key1', 'url1');
itemOperation = new ItemOperation('key1', 'url1');
fixture = TestBed.createComponent(ItemOperationComponent);
comp = fixture.componentInstance;
comp.operation = itemOperation;