Skip to content

Instantly share code, notes, and snippets.

@dtrailin
Created April 21, 2016 16:51
Show Gist options
  • Select an option

  • Save dtrailin/a6af76e19d240e95051a4684d71d9715 to your computer and use it in GitHub Desktop.

Select an option

Save dtrailin/a6af76e19d240e95051a4684d71d9715 to your computer and use it in GitHub Desktop.
List<T> myList = myObservable.toList().toBlocking().single()
assertThat(myList.isEmpty()).is(false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment