Skip to content

Commit

Permalink
uncomment test
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Nov 19, 2023
1 parent 9652101 commit cd85b00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ protected void finished(Description description) {
};


//@Test
@Test
public void testJoinMultitrackRoom() {
Intent intent = new Intent(ApplicationProvider.getApplicationContext(), MultitrackConferenceActivity.class);
final String roomName = "room_" + RandomStringUtils.randomNumeric(3);
Expand Down

0 comments on commit cd85b00

Please sign in to comment.