Skip to content

Commit

Permalink
fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
lastpeony committed Nov 18, 2024
1 parent 8c29ec0 commit 61a0f19
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ public void testJoinParameters() {
when(context.getString(anyInt(), Matchers.<Object>anyVararg())).thenReturn("asas");
doNothing().when(webRTCClient).init();
doNothing().when(webRTCClient).initializeAudioManager();
doNothing().when(webRTCClient).release(true);

doReturn(true).when(wsHandler).isConnected();


Expand Down

0 comments on commit 61a0f19

Please sign in to comment.