mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-11 16:57:39 +00:00
The test lived in commons androidHostTest, but no CI workflow or pre-push task runs :commons:testAndroidHostTest — and running it manually fails before reaching any assertion: quartz's android PlatformLog actual hits unmocked android.util.Log stubs (NoSuchMethodError), since the source set is not configured with returnDefaultValues. The end-to-end leave/rejoin coverage was therefore never executed anywhere. :commons:jvmTest runs in CI and in the pre-push hook, already has the secp256k1 JVM bindings the test needs, and uses quartz's JVM logger. Verified green there alongside MarmotManagerRestoreTest.