making test stronger

This commit is contained in:
Andrey 2023-02-20 22:25:24 -05:00
parent 0f7d5449c4
commit 55ac54019d
1 changed files with 1 additions and 0 deletions

View File

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