Skip to content
Snippets Groups Projects
Commit ca164fee authored by Dave Casper's avatar Dave Casper
Browse files

Fix typo in test

parent 0d0a4798
No related branches found
No related tags found
No related merge requests found
...@@ -34,9 +34,9 @@ if __name__ == '__main__': ...@@ -34,9 +34,9 @@ if __name__ == '__main__':
## Initialize a new component accumulator ## Initialize a new component accumulator
cfg = ComponentAccumulator() cfg = ComponentAccumulator()
from FaserSCT_G4_SD.FaserSCT_G4_SDToolConfig import FaserSCT_SensorSDCfg from FaserSCT_G4_SD.FaserSCT_G4_SDToolConfig import SctSensorSDCfg
acc, tool = FaserSCT_SensorSDCfg(ConfigFlags) acc, tool = SctSensorSDCfg(ConfigFlags)
acc.addPublicTool(tool) acc.addPublicTool(tool)
cfg.merge(acc) cfg.merge(acc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment