SCCapstone / DBK

0 stars 0 forks source link

SelectedJobModel.getSelectedJob() returns null in some cases. #55

Closed hxtk closed 5 years ago

hxtk commented 5 years ago

Expected Behavior

SelectedJobModel.getSelectedJob() should always return a valid LiveData whose contents should initially be null until a job is selected.

Actual Behavior

59ce9cf submitted two tests for SelectedJobModel that both fail currently because the LiveData returned is initially null. This is wrong, and likely the cause of issue #49.

Hierarchy

blocks #49