test fixed
This commit is contained in:
parent
bc4b6826fe
commit
49b96c5cc3
|
@ -88,7 +88,7 @@ describe('Order', () => {
|
|||
$httpBackend.flush();
|
||||
|
||||
expect(controller.vnApp.showSuccess).toHaveBeenCalledWith('Data saved!');
|
||||
expect(controller.$state.go).toHaveBeenCalledWith("order.card.catalogue", {id: 1});
|
||||
expect(controller.$state.go).toHaveBeenCalledWith("order.card.catalog", {id: 1});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue