Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 4077-login_recover-password
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
commit
e80197bd6f
|
@ -19,7 +19,8 @@ describe('Item', () => {
|
|||
describe('set item()', () => {
|
||||
it('should set warehouseFk property based on itemType warehouseFk', () => {
|
||||
jest.spyOn(controller.$, '$applyAsync');
|
||||
controller.item = {id: 1, itemType: {warehouseFk: 1}};
|
||||
controller.item = {id: 1};
|
||||
controller.vnConfig = {warehouseFk: 1};
|
||||
|
||||
expect(controller.$.$applyAsync).toHaveBeenCalledWith(jasmine.any(Function));
|
||||
$scope.$apply();
|
||||
|
|
Loading…
Reference in New Issue