really, really, really fix driver_mock

This commit is contained in:
William Brooks 2020-02-21 01:53:13 -06:00
parent 11fae17308
commit 723a9eba9a
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ func (d *DriverMock) MountDvdDrive(vmName string, path string, controllerNumber
}
func (d *DriverMock) SetBootDvdDrive(vmName string, controllerNumber uint, controllerLocation uint,
generation uint, legacyGen1BootOrder bool) error {
generation uint) error {
d.SetBootDvdDrive_Called = true
d.SetBootDvdDrive_VmName = vmName
d.SetBootDvdDrive_ControllerNumber = controllerNumber