We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45835d9 commit 8b63658Copy full SHA for 8b63658
app/src/main/AndroidManifest.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
- package="com.cesar.br.foodlovers">
+ package="com.cesar.br.foodlovers">
4
5
<application
6
android:allowBackup="true"
app/src/test/java/com/cesar/br/foodlovers/FoodUnitTest.kt
@@ -5,14 +5,6 @@ import org.junit.Test
class FoodUnitTest {
7
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
16
@Test
17
fun `When a food is created, the type cannot be null`(){
18
val nullType = null
0 commit comments