Say I have a function that just returns Maybe.empt...
# rx
b
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