mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 12:18:48 +03:00
Fixes import order
This commit is contained in:
parent
13b9b5b5d6
commit
1ae5965632
1 changed files with 1 additions and 1 deletions
|
@ -17,8 +17,8 @@
|
|||
package org.matrix.android.sdk.internal.database.migration
|
||||
|
||||
import org.junit.Test
|
||||
import org.matrix.android.sdk.test.fakes.FakeDynamicRealm
|
||||
import org.matrix.android.sdk.internal.database.model.RoomSummaryEntityFields
|
||||
import org.matrix.android.sdk.test.fakes.FakeDynamicRealm
|
||||
|
||||
internal class MigrateSessionTo032Test {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue