Skip to content

Commit 35ffdc7

Browse files
committed
Correcting the exception explanation in a unit test
1 parent 8bfa21a commit 35ffdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/opentok/test/UnitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public void testTokenEmptySessionId() throws OpenTokException {
221221
} catch (OpenTokException e) {
222222
expected = e;
223223
}
224-
Assert.assertNotNull("Change: Java SDK tests: exception should be thrown for empty sessionId", expected);
224+
Assert.assertNotNull("Java SDK tests: exception should be thrown for empty sessionId", expected);
225225
}
226226

227227
@Test

0 commit comments

Comments
 (0)