Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Aug 7, 2024
1 parent 4f1c7fd commit 2d4a875
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion unit_tests/engine_test_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extern WaveChart waveChart;
#endif /* EFI_ENGINE_SNIFFER */

extern WarningCodeState unitTestWarningCodeState;
extern engine_configuration_s & activeConfiguration;
extern engine_configuration_s activeConfiguration;
extern bool printTriggerDebug;
extern bool printTriggerTrace;
extern bool printFuelDebug;
Expand Down
2 changes: 0 additions & 2 deletions unit_tests/tests/test_change_engine_type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

#include "pch.h"

extern engine_configuration_s & activeConfiguration;

TEST(misc, changeEngineType) {
/**
* this configuration has triggerInputDebugPins defined
Expand Down

0 comments on commit 2d4a875

Please sign in to comment.