1
0
Fork 0
mirror of https://gitlab.com/dadada_/uuidgen.git synced 2025-06-07 17:43:57 +02:00

Delete ExampleUnitTest

This commit is contained in:
Tim Schubert 2020-11-09 21:34:51 +01:00
parent 8b647e2530
commit 0bab632dbf
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -1,17 +0,0 @@
package li.dadada.uuidgen
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)
}
}