making test stronger

This commit is contained in:
Andrey 2023-02-20 22:25:24 -05:00
parent 3894310d4d
commit 66178285b1
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ TEST(SensorInit, DriverIntentNoPedal) {
initTps();
ASSERT_TRUE(Sensor::hasSensor(SensorType::Tps1));
// Ensure a sensor got set
ASSERT_TRUE(Sensor::hasSensor(SensorType::DriverThrottleIntent));