Merge pull request 'Update mock for deleteDeviceLocation' (#16) from Gimhan-minion/device-mgt-plugins:dev into master

Reviewed-on: https://repository.entgra.net/community/device-mgt-plugins/pulls/16
This commit is contained in:
Pahansith Gunathilake 2023-06-09 02:25:48 +00:00
commit 1e6f114883

View File

@ -46,6 +46,11 @@ public class DeviceInformationManagerServiceMock implements DeviceInformationMan
}
@Override
public void deleteDeviceLocation(Device device) throws DeviceDetailsMgtException {
}
@Override public void addDeviceLocations(Device device, List<DeviceLocation> list)
throws DeviceDetailsMgtException {