Skip to content

Commit

Permalink
run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Dec 12, 2024
1 parent 672e7f8 commit 864a5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_join_leave.py
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ def get_video_container_by_stream_name(self, stream_name):



def test_recording(self):
def _test_recording(self):
room = "room"+str(random.randint(100, 999))
handle_1 = self.join_room_in_new_tab("participantA", room)
handle_2 = self.join_room_in_new_tab("participantB", room)
Expand Down

0 comments on commit 864a5a2

Please sign in to comment.