Skip to content

Commit 2485e46

Browse files
committed
Updated test upgrader_device_test.dart to handle the new isiOSAppOnMac property for the iOS platform from changes in device_info_plus 11.2.0.
1 parent 76c8035 commit 2485e46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: test/upgrader_device_test.dart

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ Map _iosInfo({required String baseOS}) {
143143
'utsname': iosUtsnameMap,
144144
'systemName': 'systemName',
145145
'isPhysicalDevice': false,
146+
'isiOSAppOnMac': false,
146147
'systemVersion': baseOS,
147148
'localizedModel': 'localizedModel',
148149
'identifierForVendor': 'identifierForVendor',

0 commit comments

Comments
 (0)