Skip to content

Commit

Permalink
Correct comment on CommandLineTestSuite.testDataId.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Jul 9, 2020
1 parent 2b92480 commit c19ae55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ def testMinimumIngest(self):
self.assertEqual(parsed.output, "tests/output/foo")

def testDataId(self):
"""Verify that a command line consisting only of required arguments parses correctly.
"""Verify that a command line consisting only of required arguments and
--id parses correctly.
"""
args = '--dataset %s --output tests/output/foo --id "visit=54123" --id "filter=x"' \
% CommandLineTestSuite.datasetKey
Expand Down

0 comments on commit c19ae55

Please sign in to comment.