Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a45bc60 authored by Chun-Ku Lin's avatar Chun-Ku Lin
Browse files

Update test for the new BOOLEAN_PROPERTY_SUPPORTS_GRANULAR_SCROLLING

property on AccessibilityNodeInfo

Bug: 288503929
Test: atest AccessibilityNodeInfoTest
Change-Id: I4f391f11f4f7a7f6f314e682e7439d5e1f258f80
parent 2bce8820
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ public class AccessibilityNodeInfoTest {

    // The number of flags held in boolean properties. Their values should also be double-checked
    // in the methods above.
    private static final int NUM_BOOLEAN_PROPERTIES = 26;
    private static final int NUM_BOOLEAN_PROPERTIES = 27;

    @Test
    public void testStandardActions_serializationFlagIsValid() {