this assertion didn't actually confirm any observable behavior

This commit is contained in:
Matthew Kennedy 2024-08-05 11:47:54 -07:00
parent be7a2ddc9c
commit 70025791c6
1 changed files with 0 additions and 2 deletions

View File

@ -168,8 +168,6 @@ TEST(etb, initializationWastegate) {
EXPECT_CALL(mocks[1], init(DC_None, _, _, _, false)).Times(0);
doInitElectronicThrottle();
ASSERT_FALSE(engineConfiguration->etb1configured);
}
TEST(etb, initializationNoFunction) {