From e9d1417844ddc79d5189021d5a6354d04a3c1c68 Mon Sep 17 00:00:00 2001 From: Oleg <130861+bossly@users.noreply.github.com> Date: Tue, 26 Jul 2022 13:08:07 +0300 Subject: [PATCH] fix tests --- test/main_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/main_test.dart b/test/main_test.dart index 222efe4409..ccdd9db93b 100644 --- a/test/main_test.dart +++ b/test/main_test.dart @@ -11,7 +11,7 @@ import 'package:test/test.dart'; // Unit tests for main.dart void main() { test('iOS icon list is correct size', () { - expect(ios.iosIcons.length, 15); + expect(ios.iosIcons.length, 21); }); test('Android icon list is correct size', () { @@ -21,7 +21,7 @@ void main() { test( 'iOS image list used to generate Contents.json for icon directory is correct size', () { - expect(ios.createImageList('blah').length, 19); + expect(ios.createImageList('blah').length, 25); }); test('pubspec.yaml file exists', () async {