and the fun ` ```private fun getEmployees(users: L...
# mockk
i
and the fun `
Copy code
private fun getEmployees(users: List<String>)
takes a list that(also I mocked) which has two values “1” and “3"
🧵 2
m
don’t mock data structures, it’s useless: just use the real thing. Don’t get dragged away to over-mock everything 🙂