Skip to content

Commit

Permalink
Update test output for a test that was added in the previous branch t…
Browse files Browse the repository at this point in the history
…hat was merged. (#167)
  • Loading branch information
cmnbroad authored Aug 25, 2020
1 parent 3142c77 commit 0c77027
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ workflow TestArgumentContainer {
positionalArgs: { description: "Positional arguments, min = 2, max = 2" }

# Required Arguments
enumCollection: { description: "Undocumented option" }
requiredClpEnum: { description: "Required Clp enum" }
requiredFileList: { description: "Required file list" }
companionDictionary: { description: "Companion resource for requiredFileList" }
Expand Down Expand Up @@ -286,6 +287,7 @@ task TestArgumentContainer {
positionalArgs: { description: "Positional arguments, min = 2, max = 2" }

# Required Arguments
enumCollection: { description: "Undocumented option" }
requiredClpEnum: { description: "Required Clp enum" }
requiredFileList: { description: "Required file list" }
companionDictionary: { description: "Companion resource for requiredFileList" }
Expand Down

0 comments on commit 0c77027

Please sign in to comment.