mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
#1144 Update Dropdown Available Status Unit Test
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import { TestBed } from '@angular/core/testing';
|
||||
import { DetailsFacade } from '@shelf-store/details';
|
||||
import { KeyValueDTOOfStringAndString } from '@swagger/oms';
|
||||
import {
|
||||
KeyValueDTOOfStringAndString,
|
||||
OrderCheckoutService,
|
||||
} from '@swagger/oms';
|
||||
import { ProcessingStatusNameMap } from '../constants';
|
||||
import { ShelfActionHandlerService } from './shelf-action-handler.service';
|
||||
import { ShelfOrderDetailsService } from './shelf-order-details.service';
|
||||
@@ -19,6 +22,10 @@ fdescribe('ShelfOrderDetailsService', () => {
|
||||
provide: ShelfActionHandlerService,
|
||||
useValue: jasmine.createSpy('actionHandlerService'),
|
||||
},
|
||||
{
|
||||
provide: OrderCheckoutService,
|
||||
useValue: jasmine.createSpy('orderCheckoutService'),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user