Nissan VVT trigger decoder #2887

This commit is contained in:
Andrey 2021-07-21 23:26:40 -04:00
parent 783fd70cce
commit 7db8bc816e
1 changed files with 2 additions and 0 deletions

View File

@ -25,4 +25,6 @@ TEST(realCrankingVQ40, normalCranking) {
// TODO: why warnings?
ASSERT_EQ(2, eth.recentWarnings()->getCount());
ASSERT_EQ(CUSTOM_SYNC_COUNT_MISMATCH, eth.recentWarnings()->get(0));
ASSERT_EQ(CUSTOM_SYNC_ERROR, eth.recentWarnings()->get(1));
}