Skip to content

Commit

Permalink
Fixed broken unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
larryaasen committed Mar 23, 2024
1 parent a24c7f6 commit 8e830d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/upgrader_device_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Map _iosInfo({required String baseOS}) {
'model': 'model',
'utsname': iosUtsnameMap,
'systemName': 'systemName',
'isPhysicalDevice': 'false',
'isPhysicalDevice': false,
'systemVersion': baseOS,
'localizedModel': 'localizedModel',
'identifierForVendor': 'identifierForVendor',
Expand Down

0 comments on commit 8e830d2

Please sign in to comment.