Skip to content

Commit

Permalink
fix(device_info_plus): fix integration_test iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed May 23, 2024
1 parent d2eaa80 commit 5a835f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void main() {

testWidgets('Can get non-null iOS utsname fields',
(WidgetTester tester) async {
expect(iosInfo.utsname.machine, 'iPhone14,7');
expect(iosInfo.utsname.machine, 'iPhone15,4');
expect(iosInfo.utsname.nodename, isNotNull);
expect(iosInfo.utsname.release, isNotNull);
expect(iosInfo.utsname.sysname, isNotNull);
Expand Down

0 comments on commit 5a835f8

Please sign in to comment.