again, really fix driver_mock

This commit is contained in:
William Brooks 2020-02-21 01:44:49 -06:00
parent 2de731453f
commit 11fae17308
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ func (d *DriverMock) SetFirstBootDevice(vmName string, controllerType string, co
d.SetFirstBootDevice_ControllerType = controllerType
d.SetFirstBootDevice_ControllerNumber = controllerNumber
d.SetFirstBootDevice_ControllerLocation = controllerLocation
d.SetFirstBootDevice.Generation = generation
d.SetFirstBootDevice_Generation = generation
return d.SetFirstBootDevice_Err
}