Renamed server.id and serverId into controller.id and controllerId and modified the all unit test cases

This commit is contained in:
Rajnikant Lodhi
2022-07-20 14:28:13 +05:30
parent 56a22ec5c8
commit ca601e410b
295 changed files with 1713 additions and 1710 deletions

View File

@ -18,7 +18,7 @@ import { MockedActivatedRoute } from '../../preferences.component.spec';
import { QemuVmTemplatesComponent } from './qemu-vm-templates.component';
export class MockedQemuService {
public getTemplates(server: Server) {
public getTemplates(controller: Server) {
return of([{} as QemuTemplate]);
}
}