Skip to content

Commit 029db4e

Browse files
Update android/sdl_android/src/androidTest/java/com/smartdevicelink/test/proxy/SystemCapabilityManagerTests.java
Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
1 parent 11189a6 commit 029db4e

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
@@ -490,7 +490,7 @@ public void testAddOnSystemCapabilityListenerWithSubscriptionsNotSupportedAndCap
490490
verify(internalInterface, times(1)).sendRPC(any(GetSystemCapability.class));
491491
}
492492

493-
public void testAddOnSystemCapabilityListenerThenGetCapability() {
493+
public void testAddOnSystemCapabilityListenerThenGetCapabilityWhenSubscriptionsAreNotSupported() {
494494
SdlMsgVersion sdlMsgVersion = new SdlMsgVersion(5, 0); // This version doesn't support capability subscriptions
495495
sdlMsgVersion.setPatchVersion(0);
496496
ISdl internalInterface = mock(ISdl.class);

0 commit comments

Comments
 (0)