mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 09:13:23 +00:00
test: move MarmotManagerLeaveRejoinTest to jvmTest so CI actually runs it
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.
This commit is contained in:
Reference in New Issue
Block a user