We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90021ee commit 76c8035Copy full SHA for 76c8035
test/upgrader_device_test.dart
@@ -139,6 +139,7 @@ Map _iosInfo({required String baseOS}) {
139
final info = {
140
'name': 'name',
141
'model': 'model',
142
+ 'modelName': 'modelName',
143
'utsname': iosUtsnameMap,
144
'systemName': 'systemName',
145
'isPhysicalDevice': false,
@@ -171,6 +172,7 @@ Map _macOSInfo({required String baseOS}) {
171
172
'hostName': 'a',
173
'arch': 'a',
174
'model': 'a',
175
+ 'modelName': 'a',
176
'kernelVersion': 'a',
177
'osRelease':
178
'Version $baseOS (Build 22D68)', // This is the only value used in the test.
0 commit comments