What will happen if you change to: ``` pri...
# spek
t
What will happen if you change to:
Copy code
private val ldClient: LDClient by memoized { mockk() }
        private val ldService: LdService by memoized { LDService(ldClient) }
?