zio / zio-mock

https://zio.dev/zio-mock
Apache License 2.0
27 stars 33 forks source link

Built-in Mocks Example Tests Fail #38

Open JoaquinIglesiasTurina opened 1 year ago

JoaquinIglesiasTurina commented 1 year ago

Examples using Built-in Mocks fail, both on the documentation and example code

I've only explored this issue for MockRandom. The system under test fails to call the mocked provided layer. The live Random is called.

I've also run the test example from the docs, and verified it fails.

mateuszbrzezinski commented 1 year ago

Have you found any solution?