diff --git a/packages/network_info_plus/network_info_plus/test/network_info_test.dart b/packages/network_info_plus/network_info_plus/test/network_info_test.dart index f5741a827e0ff71418b3a4918bf09a15e466e54c..c461aecc5e2a14c3f6b742dac1e79c68ecfe8b5c 100644 --- a/packages/network_info_plus/network_info_plus/test/network_info_test.dart +++ b/packages/network_info_plus/network_info_plus/test/network_info_test.dart @@ -71,6 +71,8 @@ void main() { expect(result, kRequestLocationResult); }); + + test('getLocationServiceAuthorization', () async { // ignore: deprecated_member_use_from_same_package final result = await networkInfo.getLocationServiceAuthorization();