Skip to content

Commit

Permalink
Comment out Keywords case
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Nov 15, 2024
1 parent 0d49c35 commit 958183f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions validation_packages/pride/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,11 @@ let cases =
}

// Investigation hast Keywords comment
ARCExpect.validationCase (TestID.Name $"{INVMSO.``Investigation Metadata``.INVESTIGATION.key}.Keywords exists") {
investigationMetadata
//|> Validate.ParamCollection.ContainsNonKeyParamWithTerm INVMSO.``Investigation Metadata``.``INVESTIGATION CONTACTS``.``Investigation Person Last Name``
|> Validate.ParamCollection.ContainsParamWithTerm (CvTerm.create "Keywords")
}
//ARCExpect.validationCase (TestID.Name $"{INVMSO.``Investigation Metadata``.INVESTIGATION.key}.Keywords exists") {
// investigationMetadata
// //|> Validate.ParamCollection.ContainsNonKeyParamWithTerm INVMSO.``Investigation Metadata``.``INVESTIGATION CONTACTS``.``Investigation Person Last Name``
// |> Validate.ParamCollection.ContainsParamWithTerm (CvTerm.create "Keywords")
//}

// Study has protocol in correct format
ARCExpect.validationCase (TestID.Name STDMSO.``Study Metadata``.``STUDY PROTOCOLS``.key.Name) {
Expand Down

0 comments on commit 958183f

Please sign in to comment.