We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c763d commit e2d1f7fCopy full SHA for e2d1f7f
tests/test_databinder.py
@@ -48,6 +48,7 @@ def test_single_root_file():
48
assert spec.Sample[0].dataset_identifier.files == [
49
"root://eospublic.cern.ch//file1.root"
50
]
51
+ assert spec.Sample[0].dataset_identifier.did is None
52
53
54
def test_list_of_root_files():
0 commit comments