You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.