Skip to content

Commit

Permalink
chore: ✂️ Remove unused testing code
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Branco <[email protected]>
  • Loading branch information
hugobrancowb authored and MarkOSullivan94 committed Oct 31, 2022
1 parent 48899bc commit 77d102f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions test/templates.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,6 @@ flutter_icons:
icon_size: 48
''';

const fliWindowsConfigWithInvalidIconSize = r'''
flutter_icons:
windows:
generate: true
image_path: "app_icon.png"
icon_size: 258
''';

const fliWindowsConfigWithNullImagePath = r'''
flutter_icons:
image_path: null
windows:
generate: true
image_path: null
icon_size: 258
''';

const invalidfliConfigTemplate = r'''
# flutter_icons
android: true
Expand Down

0 comments on commit 77d102f

Please sign in to comment.