Chetan Sachdeva

Results 3 issues of Chetan Sachdeva

[Issue #157](https://github.com/googlesamples/android-play-location/issues/157) ### Issue Application crash LocationUpdateForegroundService ### Fix bump play-services-location version 11.0.0->15.0.1

migrated googlesamples

Resolves: https://youtrack.jetbrains.com/issue/IDEA-324140/NewJavaToKotlinConverter-adds-against-all-non-annotated-types-assuming-them-as-nullable.

kotlin

https://github.com/hitherejoe/GithubTrending/blob/02ae6cd2fed321da48bdace13815709f43921a7f/Data/src/test/java/co/joebirch/data/ProjectsDataRepositoryTest.kt#L96 Issue: 2 tests were failing 1. `bookmarkProjectCompletes` You should be using `factory.getCacheDataStore().setProjectAsBookmarked(any())` instead of `cache.setProjectAsBookmarked(any())` ``` private fun stubBookmarkProject(completable: Completable) { whenever(factory.getCacheDataStore().setProjectAsBookmarked(any())).thenReturn(completable) } ``` 2. `unbookmarkProjectCompletes` Same