Skip to content

Commit

Permalink
Add names to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Markionium committed Apr 5, 2017
1 parent 0a29dd3 commit 93ea006
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/specs/datastore/datastore-service_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ describe('DataStore Service', function () {
var periodSettingsFixture = {
"MER Results": { // Id of dataApprovalWorkflow
"2017Q1": {
"name": "January - March 2017",
"start": 'Fri Mar 31 2017 21:00:00 GMT+0200',
"end": 'Fri Apr 14 2017 21:00:00 GMT+0200',
}
},
"MER Targets": { // Id of dataApprovalWorkflow
"2017Oct": {
"name": "October 2017 - October 2018",
"start": 1490986800000,
"end": 1492196400,
}
Expand Down

0 comments on commit 93ea006

Please sign in to comment.