Looks like there was some carry over from the transition. With Clock and Console being used as parameters instead of directly using their companion objects. I also tried to convert the Console.printLine usage to ZIO.log but it makes one of the tests time out so 🤷 .
Looks like there was some carry over from the transition. With
Clock
andConsole
being used as parameters instead of directly using their companion objects. I also tried to convert theConsole.printLine
usage toZIO.log
but it makes one of the tests time out so 🤷 .