We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc05bf commit 7f9cd43Copy full SHA for 7f9cd43
android/sdl_android/src/androidTest/java/com/smartdevicelink/test/proxy/RPCRequestFactoryTests.java
@@ -642,7 +642,7 @@ public void testBuildRegisterAppInterface () {
642
assertNull(TestValues.NULL, testRAI.getAppName());
643
assertNull(TestValues.NULL, testRAI.getTtsName());
644
assertNull(TestValues.NULL, testRAI.getNgnMediaScreenAppName());
645
- assertNull(TestValues.NULL, testRAI.getVrSynonyms());
+ assertNull(TestValues.NULL, testRAI.getVrSynonyms().get(0));
646
assertNull(TestValues.NULL, testRAI.getIsMediaApplication());
647
assertNotNull(TestValues.NOT_NULL, testRAI.getLanguageDesired());
648
assertNotNull(TestValues.NOT_NULL, testRAI.getHmiDisplayLanguageDesired());
0 commit comments