Merge pull request 'Fix test case failures in android api tests' (#4) from prathabanKavin/device-mgt-plugins:testcasefix1 into master

Reviewed-on: https://repository.entgra.net/community/device-mgt-plugins/pulls/4
This commit is contained in:
Pahansith Gunathilake 2023-01-17 06:37:18 +00:00
commit e34e29bba0

View File

@ -152,12 +152,7 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
} }
@Override @Override
public PaginationResult getAllDevicesBillings(PaginationRequest paginationRequest, int i, String s, Timestamp timestamp, Timestamp timestamp1, boolean b) throws DeviceManagementException { public PaginationResult createBillingFile(int i, String s, Timestamp timestamp, Timestamp timestamp1) throws DeviceManagementException {
return null;
}
@Override
public PaginationResult createBillingFile(int i, String s, Timestamp timestamp, Timestamp timestamp1, boolean b) throws DeviceManagementException {
return null; return null;
} }