zio-macros
zio-macros copied to clipboard
Use assertCompiles in accessible and mockable tests
Next release of ZIO introduces assertCompiles. We should refactor current AccessibleSpec and MockableSpec tests to leverage assertCompiles(...) and not(assertCompiles(...)).
Note: this issue requires bumping the dependency on
zio-testto next version (not yet releleased). The current latest1.0.0-RC16does not containassertCompilesyet.