Skip to content

Commit

Permalink
test: adjust max concurrency and times on test diary rules
Browse files Browse the repository at this point in the history
  • Loading branch information
meenahoda committed Oct 10, 2018
1 parent 1c42a49 commit eb251cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/fixtures/test-blueprint/diaries/doctors.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"changeOfShift": {
"timesAffected": [
"18:00:00",
"18:15:00"
"18:30:00",
"19:30:00"
],
"changes": {
"maxConcurrency": 3
"maxConcurrency": 2
}
}
}
}
}
}

0 comments on commit eb251cb

Please sign in to comment.