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

Fix: Missing additional use-cases mocking and tests verifying steps in CI for sample-xml & sample-compose #443

Closed
luongvo opened this issue Mar 16, 2023 · 0 comments · Fixed by #444

Comments

@luongvo
Copy link
Member

luongvo commented Mar 16, 2023

Issue

We forgot to add necessary additional use-cases mocking in tests when working on the Support datastore replacing shared preference feature (#389, #407) for the sample-xml & sample-compose projects. This makes the tests unable to execute and blocks my current task #425.

Secondly, we're missing the tests verifying steps in CI from this workflow run_detekt_and_unit_tests.yml for the sample-xml & sample-compose projects, so we don't have ways to verify our updates.

Expected

The tests in the sample-xml & sample-compose projects should be able to execute and pass.

Steps to reproduce

  1. Run tests in the sample-xml or sample-compose project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment