I found error that using com.google.gms.tasks.Task<Void>.toSingle() and NPE occur.
That code has not used in now. (Probably fixed with #509 )
But I think this test code is not wasted 😄
Overview (Required)
Add test code for FirebaseTaskExt
And fix exiting code caused by failed with wrong package name
I tested these test with ./gradlew :app:connectedDebugAndroidTest on my local machine and they were all green 👍
Issue
I found error that using
com.google.gms.tasks.Task<Void>.toSingle()
and NPE occur. That code has not used in now. (Probably fixed with #509 ) But I think this test code is not wasted 😄Overview (Required)
I tested these test with
./gradlew :app:connectedDebugAndroidTest
on my local machine and they were all green 👍