mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 01:45:36 +03:00
Renaming the name of the test file be consistent
This commit is contained in:
parent
71df1e61d4
commit
96e29d4d10
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ import org.matrix.android.sdk.test.fakes.FakeRealm
|
|||
import org.matrix.android.sdk.test.fakes.givenEqualTo
|
||||
import org.matrix.android.sdk.test.fakes.givenFindFirst
|
||||
|
||||
class PollAggregationProcessorTest {
|
||||
class DefaultPollAggregationProcessorTest {
|
||||
|
||||
private val pollAggregationProcessor: PollAggregationProcessor = DefaultPollAggregationProcessor()
|
||||
private val realm = FakeRealm()
|
Loading…
Reference in a new issue