From 2f80086dd45a5121f2a2465f541faa831d1d9c72 Mon Sep 17 00:00:00 2001 From: shijie Date: Fri, 13 Dec 2024 07:59:19 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E6=B0=B4=E7=BA=BF=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shijie --- .../network_info_plus/test/network_info_test.dart | 2 ++ 1 file changed, 2 insertions(+) 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 f5741a82..c461aecc 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(); -- Gitee