Skip to content

Commit 68729cd

Browse files
committed
Fix test comment
1 parent 4470d33 commit 68729cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream-video-android-core/src/test/kotlin/io/getstream/video/android/core/MicrophoneManagerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class MicrophoneManagerTest {
8080

8181
// Then
8282
verify(exactly = 9) {
83-
// Setup will be called exactly 10 times
83+
// Setup will be called exactly 9 times
8484
microphoneManager.setup(any(), any())
8585
}
8686
}

0 commit comments

Comments
 (0)