Skip to content

Commit

Permalink
Update packages/android_intent_plus/test/android_intent_test.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Beltran <m@beltran.work>
  • Loading branch information
ViscousPot and miquelbeltran authored Jan 3, 2025
1 parent 8b6123e commit d6b37cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/android_intent_plus/test/android_intent_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ void main() {
});

group('sendService', () {
test('send a broadcast', () async {
test('start a service', () async {
androidIntent = AndroidIntent.private(
action: 'com.example.service',
channel: mockChannel,
Expand Down

0 comments on commit d6b37cb

Please sign in to comment.