DroidKaigi / conference-app-2020

The Official Conference App for DroidKaigi 2020 Tokyo
https://droidkaigi.jp/2020/en/
Apache License 2.0
774 stars 327 forks source link

a few files in jvmTest are not recognize dependency libraries. #614

Open a25max opened 4 years ago

a25max commented 4 years ago

Overview (Required)

Steps To Reproduce No Expected behavior No

Screenshots If applicable

Env: latest master branch

Additional context No

clockvoid commented 4 years ago

I face the same problem. I tried ./gradlew :model testDebugUnitTest, but the tests in model's jvmTest did not run. I tried to rename jvmTest to androidTest and set it up to model/build.gradle, then they run but failing because of #709 .

clockvoid commented 4 years ago

@a25max I think it fixed by #711. Please check it.