We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d00f7a commit 800e3c2Copy full SHA for 800e3c2
firebase-crashlytics/src/commonTest/kotlin/dev/gitlive/firebase/crashlytics/crashlytics.kt
@@ -42,13 +42,6 @@ class FirebaseCrashlyticsTest {
42
crashlytics = Firebase.crashlytics(app)
43
}
44
45
- @AfterTest
46
- fun deinitializeFirebase() = runBlockingTest {
47
- Firebase.apps(context).forEach {
48
- it.delete()
49
- }
50
51
-
52
@Test
53
fun testRecordException() = runTest {
54
crashlytics.recordException(Exception("Test Exception"))
0 commit comments