Emanuele Gringeri
Jul 29, 2017 · 1 min read

Hi, accordingly to the post, using single, when no results are available onError should be triggered. In my test single behaves differently in case of Single<List<T>>. I am getting back onSuccess with an empty collection. I would have expect onError to be triggered regardless from T. Is it the expect behavior?

Thanks