Skip to content

Commit e9d1417

Browse files
authored
fix tests
1 parent 1551a8a commit e9d1417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/main_test.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import 'package:test/test.dart';
1111
// Unit tests for main.dart
1212
void main() {
1313
test('iOS icon list is correct size', () {
14-
expect(ios.iosIcons.length, 15);
14+
expect(ios.iosIcons.length, 21);
1515
});
1616

1717
test('Android icon list is correct size', () {
@@ -21,7 +21,7 @@ void main() {
2121
test(
2222
'iOS image list used to generate Contents.json for icon directory is correct size',
2323
() {
24-
expect(ios.createImageList('blah').length, 19);
24+
expect(ios.createImageList('blah').length, 25);
2525
});
2626

2727
test('pubspec.yaml file exists', () async {

0 commit comments

Comments
 (0)