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 f85e46a commit 3632d04Copy full SHA for 3632d04
firebase-database/src/commonTest/kotlin/dev.gitlive.firebase.database/database.kt
@@ -13,7 +13,7 @@ expect val emulatorHost: String
13
expect val context: Any
14
expect fun runTest(test: suspend () -> Unit)
15
16
-class database {
+class FirebaseDatabaseTest {
17
18
@Serializable
19
data class FirebaseDatabaseChildTest(val prop1: String? = null, val time: Double = 0.0)
0 commit comments