test fixed

This commit is contained in:
gerard 2018-09-12 11:08:48 +02:00
parent bc4b6826fe
commit 49b96c5cc3
1 changed files with 1 additions and 1 deletions

View File

@ -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});
});
});
});