Skip to content

Commit

Permalink
Fix ESInputTag syntax in test for GEM after cms-sw#26780
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocos committed May 24, 2019
1 parent 47b9d46 commit eb3ef28
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@
)

process.testDump = cms.EDAnalyzer("DDTestDumpFile",
DDDetector = cms.ESInputTag('TestDDGEMAngular')
DDDetector = cms.ESInputTag('','TestDDGEMAngular')
)

process.p = cms.Path(process.testDump)

0 comments on commit eb3ef28

Please sign in to comment.