Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Test cases fails due to MissingPluginException for setAppGroupId #288

Open
1 task
tanmoy-tide opened this issue Aug 16, 2024 · 0 comments
Open
1 task
Labels
enhancement New feature or request

Comments

@tanmoy-tide
Copy link

Problem to solve

All the test cases of a class fails where the setAppGroupId function is called for home_widget.

MissingPluginException(No implementation found for method setAppGroupId on channel home_widget)
This test failed after it had already completed.
  Make sure to use a matching library which informs the test runner
  of pending async work.
  package:flutter/src/services/platform_channel.dart 332:7   

Proposal

Adding injectable class so that mock object can be injected to the class where HomeWidget is used

More information

No response

Which Platform would be improved?

Android, iOS

Other

  • Are you interested in working on a PR for this?
@tanmoy-tide tanmoy-tide added the enhancement New feature or request label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant