Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bossly committed Jul 26, 2022
1 parent 1551a8a commit e9d1417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/main_test.dart
Expand Up @@ -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', () {
Expand All @@ -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 {
Expand Down

0 comments on commit e9d1417

Please sign in to comment.