Imran Sarwar

Results 1 issues of Imran Sarwar

Talking about [here](https://github.com/jdegoes/advanced-zio/blob/main/src/main/scala/net/zio/00-testing.scala#L137) To make this test work initial value of `Ref` should be `1` otherwise `ref.updateAndGet(_ * 2)` will always be zero. ```scala for { ref