I want to test an example like the following using ZIO.
def subscribe(subscriptions:List[Subscription]):RIO[Repository,List[Unit]]
Subscri