Skip to content

Commit 64d477f

Browse files
committed
fix: location test after Kotlin 1.9 update
1 parent 59fc2d4 commit 64d477f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneSignalSDK/onesignal/location/src/test/java/com/onesignal/location/shadows/ShadowGoogleApiClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ShadowGoogleApiClient : GoogleApiClient() {
6363
connected = true
6464
}
6565

66-
override fun <C : Api.Client?> getClient(p0: Api.AnyClientKey<C>): C {
66+
override fun <C : Api.Client> getClient(p0: Api.AnyClientKey<C>): C {
6767
return object : Api.Client {
6868
override fun connect(p0: BaseGmsClient.ConnectionProgressReportCallbacks) { }
6969

0 commit comments

Comments
 (0)