summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Alsharifi <bilal.alsharifi@gmail.com>2020-02-20 14:38:09 -0500
committerBilal Alsharifi <bilal.alsharifi@gmail.com>2020-02-20 14:38:09 -0500
commit11189a63e71bddae0d7fea388b0e98db47e5ec2d (patch)
treea4be08ff8bff7bd65b3267f4cb463e7f75525331
parent079d9197e733a3a27dde2ed4543c1f51b5f4e2b7 (diff)
downloadsdl_android-11189a63e71bddae0d7fea388b0e98db47e5ec2d.tar.gz
Update comments in SystemCapabilityManagerTests
-rw-r--r--android/sdl_android/src/androidTest/java/com/smartdevicelink/test/proxy/SystemCapabilityManagerTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/sdl_android/src/androidTest/java/com/smartdevicelink/test/proxy/SystemCapabilityManagerTests.java b/android/sdl_android/src/androidTest/java/com/smartdevicelink/test/proxy/SystemCapabilityManagerTests.java
index 3eca71e8b..513b48dc5 100644
--- a/android/sdl_android/src/androidTest/java/com/smartdevicelink/test/proxy/SystemCapabilityManagerTests.java
+++ b/android/sdl_android/src/androidTest/java/com/smartdevicelink/test/proxy/SystemCapabilityManagerTests.java
@@ -608,7 +608,7 @@ public class SystemCapabilityManagerTests extends AndroidTestCase2 {
// Test case 3 (Remove listener)
- // When the last DISPLAY listener is removed, GetSystemCapability request should not go out
+ // When the last DISPLAYS listener is removed, GetSystemCapability request should not go out
scm.removeOnSystemCapabilityListener(SystemCapabilityType.DISPLAYS, onSystemCapabilityListener1);
verify(internalInterface, times(0)).sendRPC(any(GetSystemCapability.class));
}