From 4eba2709eeccfef0657eefc2fcc93518f4cfc0a2 Mon Sep 17 00:00:00 2001 From: Gimhan-minion Date: Tue, 30 May 2023 10:59:31 +0530 Subject: [PATCH] Update mock for deleteDeviceLocation --- .../api/mocks/DeviceInformationManagerServiceMock.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/mobile-plugins/android-plugin/io.entgra.device.mgt.plugins.mobile.android.api/src/test/java/io/entgra/device/mgt/plugins/mobile/android/api/mocks/DeviceInformationManagerServiceMock.java b/components/mobile-plugins/android-plugin/io.entgra.device.mgt.plugins.mobile.android.api/src/test/java/io/entgra/device/mgt/plugins/mobile/android/api/mocks/DeviceInformationManagerServiceMock.java index e1ac1c273..6727f3101 100644 --- a/components/mobile-plugins/android-plugin/io.entgra.device.mgt.plugins.mobile.android.api/src/test/java/io/entgra/device/mgt/plugins/mobile/android/api/mocks/DeviceInformationManagerServiceMock.java +++ b/components/mobile-plugins/android-plugin/io.entgra.device.mgt.plugins.mobile.android.api/src/test/java/io/entgra/device/mgt/plugins/mobile/android/api/mocks/DeviceInformationManagerServiceMock.java @@ -46,6 +46,11 @@ public class DeviceInformationManagerServiceMock implements DeviceInformationMan } + @Override + public void deleteDeviceLocation(Device device) throws DeviceDetailsMgtException { + + } + @Override public void addDeviceLocations(Device device, List list) throws DeviceDetailsMgtException {