Skip to content

Commit ddc42d9

Browse files
committed
Remove incorrect fails comment in unit tests
1 parent 9829fb3 commit ddc42d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/sdl_android/src/androidTest/java/com/smartdevicelink/managers/ManagerUtilityTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public void testGetMaxNumberOfMainFieldLines() {
189189
assertNotNull(nullList);
190190
capability.setTextFields(nullList);
191191
assertNotNull(capability);
192-
assertNotNull(capability.getTextFields()); //Fails
192+
assertNotNull(capability.getTextFields());
193193

194194
maxNumerOfLines = ManagerUtility.WindowCapabilityUtility.getMaxNumberOfMainFieldLines(capability);
195195
assertEquals(0, maxNumerOfLines);

0 commit comments

Comments
 (0)