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

Commit bab0c7ef authored by Brian Duddie's avatar Brian Duddie Committed by android-build-merger
Browse files

Merge changes from topic "c2f2_sensors_vts" into qt-r1-dev

am: 8813be63

Change-Id: Ie652236cdbd4734dc723fac8c27ca876161f623d
parents 86063dc8 8813be63
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -911,7 +911,9 @@ void SensorsHidlTest::checkRateLevel(const SensorInfo& sensor, int32_t directCha
                       [&](Result result, int32_t reportToken) {
                           if (isDirectReportRateSupported(sensor, rateLevel)) {
                               ASSERT_EQ(result, Result::OK);
                               if (rateLevel != RateLevel::STOP) {
                                   ASSERT_GT(reportToken, 0);
                               }
                           } else {
                               ASSERT_EQ(result, Result::BAD_VALUE);
                           }