Skip to content

Commit

Permalink
Add MeasurementPeriods to ProposalCorrectComplete
Browse files Browse the repository at this point in the history
  • Loading branch information
POTIER Frederic authored and bpedersen2 committed Nov 23, 2023
1 parent c1ec08e commit 7622dd2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion test/TestData.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,19 @@ const TestData = {
abstract: "Abstract of test proposal",
ownerGroup: "proposalingestor",
accessGroups: [],
MeasurementPeriodList: [],
MeasurementPeriodList: [
{
instrument: "ESS3-1",
start: "2017-07-24T13:56:30.000Z",
end: "2017-07-25T13:56:30.000Z",
comment: "Some comment"
},
{
instrument: "ESS3-2",
start: "2017-07-28T13:56:30.000Z",
end: "2017-07-29T13:56:30.000Z",
}
],
},

ProposalWrong_1: {
Expand Down

0 comments on commit 7622dd2

Please sign in to comment.