From 1dd6d976f1e78cde69ac9e0f89b1b80b1e89cba3 Mon Sep 17 00:00:00 2001 From: "Alberto Duarte (PWC)" Date: Mon, 9 Oct 2023 17:35:35 +0100 Subject: Not sure --- .../frannazario/proyectoandroid/ExampleUnitTest.kt | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'app/src/test') diff --git a/app/src/test/java/com/frannazario/proyectoandroid/ExampleUnitTest.kt b/app/src/test/java/com/frannazario/proyectoandroid/ExampleUnitTest.kt index 700a8f2..823a2d8 100644 --- a/app/src/test/java/com/frannazario/proyectoandroid/ExampleUnitTest.kt +++ b/app/src/test/java/com/frannazario/proyectoandroid/ExampleUnitTest.kt @@ -1,17 +1,17 @@ -package com.frannazario.proyectoandroid - -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) - } +package com.frannazario.proyectoandroid + +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) + } } \ No newline at end of file -- cgit v1.2.3-54-g00ecf