Skip to content

Commit 8b63658

Browse files
author
ehammo
committed
Less tests
1 parent 45835d9 commit 8b63658

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.cesar.br.foodlovers">
3+
package="com.cesar.br.foodlovers">
44

55
<application
66
android:allowBackup="true"

app/src/test/java/com/cesar/br/foodlovers/FoodUnitTest.kt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ import org.junit.Test
55

66
class FoodUnitTest {
77

8-
@Test
9-
fun `When a food is created, the id is 1`(){
10-
val firstId = 1;
11-
val food = Food(type = "xablau", name = "xablau")
12-
13-
assert(food.id == firstId)
14-
}
15-
168
@Test
179
fun `When a food is created, the type cannot be null`(){
1810
val nullType = null

0 commit comments

Comments
 (0)