Move module matrixtest to matrix.test

This commit is contained in:
Benoit Marty 2023-03-02 16:27:47 +01:00 committed by Benoit Marty
parent b8467e547c
commit c2dff7888c
34 changed files with 74 additions and 144 deletions

View file

@ -19,7 +19,7 @@ package io.element.android.x.root
import io.element.android.features.rageshake.reporter.BugReporter
import io.element.android.features.rageshake.reporter.BugReporterListener
import io.element.android.features.rageshake.reporter.ReportType
import io.element.android.libraries.matrixtest.A_FAILURE_REASON
import io.element.android.libraries.matrix.test.A_FAILURE_REASON
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.delay
import kotlinx.coroutines.launch