You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We forgot to update imports of HomeScreenTest and MockUtil after updating the Model paths.
The test is also failing with the following error
6 files found with path 'META-INF/LICENSE.md' from inputs:
- org.junit.jupiter:junit-jupiter-params:5.8.2/jetified-junit-jupiter-params-5.8.2.jar
- org.junit.jupiter:junit-jupiter-engine:5.8.2/jetified-junit-jupiter-engine-5.8.2.jar
- org.junit.jupiter:junit-jupiter-api:5.8.2/jetified-junit-jupiter-api-5.8.2.jar
- org.junit.platform:junit-platform-engine:1.8.2/jetified-junit-platform-engine-1.8.2.jar
- org.junit.platform:junit-platform-commons:1.8.2/jetified-junit-platform-commons-1.8.2.jar
- org.junit.jupiter:junit-jupiter:5.8.2/jetified-junit-jupiter-5.8.2.jar
Adding a packaging block may help, please refer to
https://developer.android.com/reference/tools/gradle-api/com/android/build/api/dsl/Packaging
for more information
Expected
HomeScreenTest should be able to run successfully
The text was updated successfully, but these errors were encountered:
kaungkhantsoe
changed the title
Fix: Import correct Model in HomeScreenTest in Sample Compose androidTest
Fix: Incorrect importsl in HomeScreenTest and MockUtil in Sample Compose androidTest
Mar 10, 2025
kaungkhantsoe
changed the title
Fix: Incorrect importsl in HomeScreenTest and MockUtil in Sample Compose androidTest
Fix: Incorrect imports in HomeScreenTest and MockUtil in Sample Compose androidTest
Mar 10, 2025
Issue
HomeScreenTest
andMockUtil
after updating the Model paths.Expected
HomeScreenTest should be able to run successfully
The text was updated successfully, but these errors were encountered: