You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Next release of ZIO introduces
assertCompiles
. We should refactor currentAccessibleSpec
andMockableSpec
tests to leverageassertCompiles(...)
andnot(assertCompiles(...))
.The text was updated successfully, but these errors were encountered: