https://kotlinlang.org logo
#rx
Title
b

blakelee

09/09/2019, 5:18 PM
Say I have a function that just returns Maybe.empty. If I say function.test().assertEmpty() that should pass, right? However, that is not working and I have to use assertComplete instead