We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1551a8a commit e9d1417Copy full SHA for e9d1417
test/main_test.dart
@@ -11,7 +11,7 @@ import 'package:test/test.dart';
11
// Unit tests for main.dart
12
void main() {
13
test('iOS icon list is correct size', () {
14
- expect(ios.iosIcons.length, 15);
+ expect(ios.iosIcons.length, 21);
15
});
16
17
test('Android icon list is correct size', () {
@@ -21,7 +21,7 @@ void main() {
21
test(
22
'iOS image list used to generate Contents.json for icon directory is correct size',
23
() {
24
- expect(ios.createImageList('blah').length, 19);
+ expect(ios.createImageList('blah').length, 25);
25
26
27
test('pubspec.yaml file exists', () async {
0 commit comments