This commit is contained in:
rusefi 2023-04-20 13:48:55 -04:00
parent 0278c21a85
commit 6c0c5663ac
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ void EngineTestHelper::assertEvent(const char *msg, int index, void *callback, e
void EngineTestHelper::applyTriggerWaveform() {
engine.updateTriggerWaveform();
incrementGlobalConfigurationVersion();
incrementGlobalConfigurationVersion("helper");
}
// todo: open question if this is worth a helper method or should be inlined?