We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfa21a commit 35ffdc7Copy full SHA for 35ffdc7
src/test/java/com/opentok/test/UnitTest.java
@@ -221,7 +221,7 @@ public void testTokenEmptySessionId() throws OpenTokException {
221
} catch (OpenTokException e) {
222
expected = e;
223
}
224
- Assert.assertNotNull("Change: Java SDK tests: exception should be thrown for empty sessionId", expected);
+ Assert.assertNotNull("Java SDK tests: exception should be thrown for empty sessionId", expected);
225
226
227
@Test
0 commit comments