File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
tests/servicex_did_finder_lib Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,12 @@ def test_uri_with_other_params():
6767
6868def test_uri_rucio ():
6969 'Make sure a uri with a scope in it works'
70- r = parse_did_uri ('mc16_13TeV:mc16_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.deriv.DAOD_PHYS.e3601_e5984_s3126_s3136_r10724_r10726_p4164?files=20' )
70+ r = parse_did_uri ('mc16_13TeV:mc16_13TeV.361106.PowhegPythia8EvtGen_'
71+ 'AZNLOCTEQ6L1_Zee.deriv.DAOD_PHYS.e3601_e5984_s3126'
72+ '_s3136_r10724_r10726_p4164?files=20' )
7173
72- assert r .did == "mc16_13TeV:mc16_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.deriv.DAOD_PHYS.e3601_e5984_s3126_s3136_r10724_r10726_p4164"
74+ assert r .did == ("mc16_13TeV:mc16_13TeV.361106.PowhegPythia8EvtGen_"
75+ "AZNLOCTEQ6L1_Zee.deriv.DAOD_PHYS.e3601_e5984_s3126_"
76+ "s3136_r10724_r10726_p4164" )
7377 assert r .get_mode == "all"
7478 assert r .file_count == 20
You can’t perform that action at this time.
0 commit comments