You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-crashlytics/test-app/src/androidTest/kotlin/com/google/firebase/testing/crashlytics/FirebaseCrashlyticsIntegrationTest.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
* limitations under the License.
15
15
*/
16
16
17
-
packagecom.google.firebase.testing.sessions
17
+
packagecom.google.firebase.testing.crashlytics
18
18
19
19
importandroid.content.Context
20
20
importandroid.content.Intent
@@ -34,7 +34,7 @@ import org.junit.Test
34
34
importorg.junit.runner.RunWith
35
35
36
36
@RunWith(AndroidJUnit4::class)
37
-
classFirebaseSessionsIntegrationTest {
37
+
classFirebaseCrashlyticsIntegrationTest {
38
38
39
39
privatelateinitvar device:UiDevice
40
40
@@ -229,7 +229,7 @@ class FirebaseSessionsIntegrationTest {
Copy file name to clipboardExpand all lines: firebase-crashlytics/test-app/src/main/kotlin/com/google/firebase/testing/crashlytics/CrashBroadcastReceiver.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
* limitations under the License.
15
15
*/
16
16
17
-
packagecom.google.firebase.testing.sessions
17
+
packagecom.google.firebase.testing.crashlytics
18
18
19
19
importandroid.content.BroadcastReceiver
20
20
importandroid.content.Context
@@ -43,7 +43,7 @@ class CrashBroadcastReceiver : BroadcastReceiver() {
Copy file name to clipboardExpand all lines: firebase-crashlytics/test-app/src/main/kotlin/com/google/firebase/testing/crashlytics/CrashWidgetProvider.kt
Copy file name to clipboardExpand all lines: firebase-crashlytics/test-app/src/main/kotlin/com/google/firebase/testing/crashlytics/ForegroundService.kt
0 commit comments