Skip to content

Fix: Incorrect imports in HomeScreenTest and MockUtil in Sample Compose androidTest #606

@kaungkhantsoe

Description

@kaungkhantsoe

Issue

  • 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
Image Image

Expected

HomeScreenTest should be able to run successfully

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions