Skip to content

Commit

Permalink
fix assay tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Feb 26, 2022
1 parent 88a0088 commit ceeea2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/ArcCommander.Tests.NetCore/ArcCommander/AssayTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ let testAssayRegister =
]
let testAssay = ISADotNet.XLSX.Assays.fromString measurementType "" "" "" "" "" "" assayFileName []

setupArc configuration
processCommand configuration StudyAPI.register studyArgs
processCommand configuration AssayAPI.init assayInitArgs
processCommand configuration AssayAPI.register assayRegisterArgs
Expand Down Expand Up @@ -344,7 +343,6 @@ let testAssayUpdate =
AssayAddArgs.TechnologyType "Assay3Tech"
]

setupArc configuration
processCommand configuration AssayAPI.add assay1Args
processCommand configuration AssayAPI.add assay2Args
processCommand configuration AssayAPI.add assay3Args
Expand Down Expand Up @@ -469,7 +467,6 @@ let testAssayUnregister =
AssayUnregisterArgs.AssayIdentifier assayIdentifier
]

setupArc configuration
processCommand configuration AssayAPI.add assay1Args
processCommand configuration AssayAPI.add assay2Args
processCommand configuration AssayAPI.add assay3Args
Expand Down Expand Up @@ -569,7 +566,6 @@ let testAssayMove =
AssayMoveArgs.TargetStudyIdentifier targetStudyIdentfier
]

setupArc configuration
processCommand configuration AssayAPI.add assay1Args
processCommand configuration AssayAPI.add assay2Args
processCommand configuration AssayAPI.add assay3Args
Expand Down

0 comments on commit ceeea2e

Please sign in to comment.