summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/launcher3/util/FocusLogicTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/android/launcher3/util/FocusLogicTest.java')
-rw-r--r--tests/src/com/android/launcher3/util/FocusLogicTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/launcher3/util/FocusLogicTest.java b/tests/src/com/android/launcher3/util/FocusLogicTest.java
index a0d17c87b..386f7dd34 100644
--- a/tests/src/com/android/launcher3/util/FocusLogicTest.java
+++ b/tests/src/com/android/launcher3/util/FocusLogicTest.java
@@ -216,7 +216,7 @@ public final class FocusLogicTest extends AndroidTestCase {
{ -1, -1, -1, 0, -1},
{-11,-11,-11,-11, 2},
{ -1, 1, -1, -1, -1},
- { -1, -1 -1, -1, -1},
+ { -1, -1, -1, -1, -1},
});
i = FocusLogic.handleKeyEvent(KeyEvent.KEYCODE_DPAD_LEFT, map, 0, 1, 1, true);
assertEquals(1, i);