summaryrefslogtreecommitdiff
path: root/test/motion_angle_tablet.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/motion_angle_tablet.c')
-rw-r--r--test/motion_angle_tablet.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/motion_angle_tablet.c b/test/motion_angle_tablet.c
index ee241d3172..5f096b1603 100644
--- a/test/motion_angle_tablet.c
+++ b/test/motion_angle_tablet.c
@@ -43,7 +43,6 @@ static int test_lid_angle_less180(void)
hook_notify(HOOK_CHIPSET_SHUTDOWN);
TEST_ASSERT(sensor_active == SENSOR_ACTIVE_S5);
TEST_ASSERT(lid->drv->get_data_rate(lid) == 0);
- TEST_ASSERT(motion_interval == 0);
/* Go to S0 state */
hook_notify(HOOK_CHIPSET_SUSPEND);
@@ -51,7 +50,6 @@ static int test_lid_angle_less180(void)
msleep(1000);
TEST_ASSERT(sensor_active == SENSOR_ACTIVE_S0);
TEST_ASSERT(lid->drv->get_data_rate(lid) == TEST_LID_FREQUENCY);
- TEST_ASSERT(motion_interval == TEST_LID_EC_RATE);
/* Open lid, testing close to 180 degree. */
gpio_set_level(GPIO_LID_OPEN, 1);