diff --git a/tests/unit/test_events.py b/tests/unit/test_events.py index bcf1c68120..d6454da213 100644 --- a/tests/unit/test_events.py +++ b/tests/unit/test_events.py @@ -159,6 +159,7 @@ def test_event_codes(self): core_types.SourceFreshnessProjectHooksNotRun(), core_types.MFTimespineWithoutYamlConfigurationDeprecation(), core_types.MFCumulativeTypeParamsDeprecation(), + core_types.MicrobatchMacroOutsideOfBatchesDeprecation(), # E - DB Adapter ====================== adapter_types.AdapterEventDebug(), adapter_types.AdapterEventInfo(),