Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcc007 committed Feb 27, 2020
1 parent 57c7250 commit 0b2188f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/resources_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ main() {
});

test('find iOS APP_IDENTIFIER', () {
final expected = 'com.example.defaultApp';
final expected = 'com.orbsoft.counter';
String appIdentifier = getIosAppIdentifier('example/default_app');
expect(appIdentifier, expected);
});
Expand Down

0 comments on commit 0b2188f

Please sign in to comment.