Skip to content

Commit

Permalink
openvidu-test-e2e: assertion message
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Aug 9, 2019
1 parent 2e7de0a commit 1b2b10a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2208,7 +2208,7 @@ void openViduJavaClientTest() throws Exception {
recording.getDuration() > 0);
Assert.assertTrue("Wrong recording size. Excepected > 0 and was " + recording.getSize(),
recording.getSize() > 0);
Assert.assertNotNull(recording.getUrl());
Assert.assertNotNull("Wrong recording url", recording.getUrl());
Assert.assertEquals("Wrong recording status. Expected ready and was " + recording.getStatus().name(),
Recording.Status.ready, recording.getStatus());
Assert.assertFalse("Session shouldn't be being recorded", session.isBeingRecorded());
Expand Down

0 comments on commit 1b2b10a

Please sign in to comment.