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

Commit eb88f03f authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Fix subtype count unit test due to Ic7c17d9656"

parents 28a59dd0 cafc8de2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ import java.util.ArrayList;

@SmallTest
public class KeyboardLayoutSetSubtypesCountTests extends KeyboardLayoutSetTestsBase {
    private static final int NUMBER_OF_SUBTYPES = 66;
    private static final int NUMBER_OF_SUBTYPES = 67;
    private static final int NUMBER_OF_ASCII_CAPABLE_SUBTYPES = 42;
    private static final int NUMBER_OF_PREDEFINED_ADDITIONAL_SUBTYPES = 2;