Skip to content

Commit 3632d04

Browse files
rename database tests to same as other test classes
1 parent f85e46a commit 3632d04

File tree

1 file changed

+1
-1
lines changed
  • firebase-database/src/commonTest/kotlin/dev.gitlive.firebase.database

1 file changed

+1
-1
lines changed

firebase-database/src/commonTest/kotlin/dev.gitlive.firebase.database/database.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ expect val emulatorHost: String
1313
expect val context: Any
1414
expect fun runTest(test: suspend () -> Unit)
1515

16-
class database {
16+
class FirebaseDatabaseTest {
1717

1818
@Serializable
1919
data class FirebaseDatabaseChildTest(val prop1: String? = null, val time: Double = 0.0)

0 commit comments

Comments
 (0)