TDD for minor bug

This commit is contained in:
Andrey 2023-02-18 23:14:02 -05:00
parent 659e3ae186
commit 38dd0bcf3a
1 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,8 @@ TEST(etb, initializationWastegate) {
EXPECT_CALL(mocks[1], init(DC_None, _, _, _, false)).Times(0);
doInitElectronicThrottle();
ASSERT_TRUE(engineConfiguration->etb1configured); // huh?!
}
TEST(etb, initializationNoFunction) {