From eb251cb273381759d6e196f51ac37b8a38a69999 Mon Sep 17 00:00:00 2001 From: "Meena.Hoda" Date: Wed, 10 Oct 2018 12:39:07 +0100 Subject: [PATCH] test: adjust max concurrency and times on test diary rules --- test/fixtures/test-blueprint/diaries/doctors.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/fixtures/test-blueprint/diaries/doctors.json b/test/fixtures/test-blueprint/diaries/doctors.json index 696a13f..cc4f14d 100644 --- a/test/fixtures/test-blueprint/diaries/doctors.json +++ b/test/fixtures/test-blueprint/diaries/doctors.json @@ -17,13 +17,13 @@ }, "changeOfShift": { "timesAffected": [ - "18:00:00", - "18:15:00" + "18:30:00", + "19:30:00" ], "changes": { - "maxConcurrency": 3 + "maxConcurrency": 2 } } } } -} \ No newline at end of file +}