From 67ebacfdd760d57d387919eb5fa27ffb15b02d2b Mon Sep 17 00:00:00 2001 From: Julia Friesel Date: Wed, 18 Jul 2018 16:39:52 +0200 Subject: [PATCH] Fix whitespace --- test/sympto/index.spec.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/sympto/index.spec.js b/test/sympto/index.spec.js index 1908aab..aed8f3a 100644 --- a/test/sympto/index.spec.js +++ b/test/sympto/index.spec.js @@ -30,7 +30,7 @@ describe('sympto', () => { }) expect(status).to.eql({ - + phases: { periOvulatory: { start: { date: '2018-06-01' }, @@ -75,7 +75,7 @@ describe('sympto', () => { }) expect(Object.keys(status.phases).length).to.eql(1) - + expect(status.phases.preOvulatory).to.eql({ cycleDays: fiveDayCycle, start: { date: '2018-06-01' }, @@ -92,7 +92,7 @@ describe('sympto', () => { }) expect(Object.keys(status.phases).length).to.eql(2) - + expect(status.phases.preOvulatory).to.eql({ cycleDays: cycleWithTempAndNoMucusShift .filter(({date}) => date <= '2018-06-05'), @@ -112,7 +112,7 @@ describe('sympto', () => { }) expect(Object.keys(status.phases).length).to.eql(2) - + expect(status.phases.preOvulatory).to.eql({ cycleDays: [cycleWithEarlyMucus[0]], start: { date: '2018-06-01' }, @@ -132,7 +132,7 @@ describe('sympto', () => { }) expect(Object.keys(status.phases).length).to.eql(3) - + expect(status.phases.preOvulatory).to.eql({ cycleDays: longAndComplicatedCycle .filter(({date}) => date <= '2018-06-05'),