Skip to content
Snippets Groups Projects
Commit a86fdeb8 authored by Alex Pearce's avatar Alex Pearce
Browse files

Fix typo.

parent 59a7a745
No related branches found
No related tags found
3 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!167Remove Phys/KaliCalo,!116Validate DaVinci configuration for Turbo data
......@@ -11,7 +11,7 @@
expected = "DaVinci.Configuration.DaVinciConfigurationError: You must set DaVinci().RootInTES when DaVinci().Turbo is `True`"
if stderr.find(expected) == -1:
causes.append('missing string in stderr')
result['GaudiTest.expected_string'] = reuslt.Quote(expected)
result['GaudiTest.expected_string'] = result.Quote(expected)
</text></argument>
<argument name="exit_code">
<integer>1</integer>
......
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