I have started to use F# Expecto framework and cannot find a proper way to assert for an exception in async computation expressions.
My code ended up with:
<