Remove tests

This commit is contained in:
2025-12-07 16:08:58 +03:00
Unverified
parent 7b16d6073e
commit 30a20f85b8
@@ -1,17 +0,0 @@
package ru.fromchat
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)
}
}