diff --git a/examples/DDDigi/scripts/TestEdm4hepOutput.py b/examples/DDDigi/scripts/TestEdm4hepOutput.py
index 7ce07999d3d63dd3fcf63a571bb95ac31b058346..14a00ca9d8c9fe9f27e7f334d84929c70ef9e6bb 100644
--- a/examples/DDDigi/scripts/TestEdm4hepOutput.py
+++ b/examples/DDDigi/scripts/TestEdm4hepOutput.py
@@ -17,12 +17,12 @@ def run():
   digi = DigiTest.Test(geometry=None)
   read = digi.input_action('DigiDDG4ROOT/SignalReader', mask=0x0, input=[digi.next_input()])
   dump = digi.event_action('DigiStoreDump/StoreDump', parallel=False)
-  writ = digi.output_action('Digi2edm4hepOutput/Writer',
+  writ = digi.output_action('DigiEdm4hepOutput/Writer',
                             parallel=True,
                             input_mask=0x0,
                             input_segment='input',
                             output='MiniTel_DDDigi_edm4hep_data.root')
-  proc = digi.create_action('Digi2edm4hepProcessor/edm4hep')
+  proc = digi.create_action('DigiEdm4hepOutputProcessor/edm4hep')
   hit_type = 'TrackerHits'
   if digi.hit_type:
     hit_type = digi.hit_type