fixed a typo
gitea/salix/dev This commit looks good
Details
gitea/salix/dev This commit looks good
Details
This commit is contained in:
parent
d5b80e7663
commit
6cbfa895da
|
@ -196,7 +196,7 @@ describe('Route', () => {
|
|||
controller.$.model = {refresh: () => {}};
|
||||
spyOn(controller.$.model, 'refresh');
|
||||
spyOn(controller.vnApp, 'showSuccess');
|
||||
controller.$stateParamds = {id: 999};
|
||||
controller.$stateParams = {id: 99};
|
||||
|
||||
const url = `/api/Routes/${controller.$stateParams.id}/guessPriority/`;
|
||||
$httpBackend.expectGET(url).respond('ok');
|
||||
|
|
Loading…
Reference in New Issue