This commit is contained in:
Benoit Marty 2022-10-07 16:20:07 +02:00
parent 1020726780
commit 69968199f8
12 changed files with 1 additions and 137 deletions

View file

@ -1,17 +0,0 @@
package io.element.android.x
import org.junit.Test
import org.junit.Assert.*
/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}