Skip to content

Commit 11189a6

Browse files
Update comments in SystemCapabilityManagerTests
1 parent 079d919 commit 11189a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/sdl_android/src/androidTest/java/com/smartdevicelink/test/proxy/SystemCapabilityManagerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ public void testGetAndAddListenerForDisplaysCapability() {
608608

609609

610610
// Test case 3 (Remove listener)
611-
// When the last DISPLAY listener is removed, GetSystemCapability request should not go out
611+
// When the last DISPLAYS listener is removed, GetSystemCapability request should not go out
612612
scm.removeOnSystemCapabilityListener(SystemCapabilityType.DISPLAYS, onSystemCapabilityListener1);
613613
verify(internalInterface, times(0)).sendRPC(any(GetSystemCapability.class));
614614
}

0 commit comments

Comments
 (0)