zio-macros icon indicating copy to clipboard operation
zio-macros copied to clipboard

Use assertCompiles in accessible and mockable tests

Open ioleo opened this issue 4 years ago • 0 comments

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-test to next version (not yet releleased). The current latest 1.0.0-RC16 does not contain assertCompiles yet.

ioleo avatar Nov 01 '19 10:11 ioleo