Skip to content

Commit

Permalink
Fixed broken unit test for device_info_plus issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
larryaasen committed Apr 11, 2024
1 parent c678383 commit 82205f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/upgrader_device_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ Map _androidInfo({required String baseOS}) {
'systemFeatures': [],
'displayMetrics': displayMetrics,
'serialNumber': 'a',
'isLowRamDevice': false,
'version': version,
};
return build;
Expand Down

0 comments on commit 82205f5

Please sign in to comment.