Commit 7fe209a
Update failing test.
Don't check that PlantAndGardenPlantings.plant is null when
build with the default constructor because it should always
be set by Room to a valid plant (since it represents a plant
in a garden).
The fact that it is non-null (and points to the correct plant)
is tested in GardenPlantingDaoTest.testGetPlantAndGardenPlantings.1 parent d3d2eb4 commit 7fe209a
File tree
1 file changed
+0
-2
lines changed- app/src/test/java/com/google/samples/apps/sunflower/data
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
0 commit comments