Update mock for deleteDeviceLocation

This commit is contained in:
Gimhan-minion 2023-05-30 10:59:31 +05:30
parent f192fb046d
commit 4eba2709ee

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) @Override public void addDeviceLocations(Device device, List<DeviceLocation> list)
throws DeviceDetailsMgtException { throws DeviceDetailsMgtException {