Alexandru Gheorghe
03/22/2024, 2:07 PMaddOnCompleteListener { } ? My tests hang with this instruction and I've hit a case where I need the listener - can't go without it. However, with the listener, the test will hang forever. Have you ran into this and what was your solution?Alexandru Gheorghe
03/22/2024, 2:17 PMaddOnCompleteListener to the mock as a call using `any()`: .addOnCompleteListener(any())