Skip to content

Commit 162fbf8

Browse files
committed
Update comment setLanguage Unit Test
* Update comment in setLanguage with success handler in Unit Test
1 parent 46b9576 commit 162fbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneSignalSDK/unittest/src/test/java/com/test/onesignal/MainOneSignalClassRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2807,7 +2807,7 @@ public void shouldSetLanguageWithResponse() throws Exception {
28072807
assertTrue(handler.getSucceeded());
28082808

28092809
// now test to make sure the handler still fires for a call to
2810-
// setLanguage() that doesn't modify existing language (no JSON delta)
2810+
// setLanguage() that modifies existing language
28112811

28122812
handler = new TestSetLanguageHandler();
28132813

0 commit comments

Comments
 (0)