zio-prelude
zio-prelude copied to clipboard
Add Assertion Variants
Scala 3 doesn't like it :disappointed: ... Maybe a workaround, like renaming to isSuccessVAnything
is needed? :shrug:
Yes. Let's see if there is anything we can do with the smart types first since similar variants work in ZIO Test without the smart types. But if not we can always fall back on renaming.
@kitlangton Can you take a look at this when you get the chance?
This may be worth resurrecting :thinking: /cc @jdegoes