Renaming cervixPeak in cervixPeakBeforeShift bc it mustn't be the highest cervix value

This commit is contained in:
emelko
2018-09-05 16:03:27 +02:00
parent 809b0f438f
commit d16feb6d58
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ describe('sympto', () => {
const status = getCervixStatus(values)
expect(status).to.eql({
detected: true,
cervixPeak: {
cervixPeakBeforeShift: {
date: 13,
cervix: {
isHard: true,
@@ -58,7 +58,7 @@ describe('sympto', () => {
const status = getCervixStatus(values)
expect(status).to.eql({
detected: true,
cervixPeak: {
cervixPeakBeforeShift: {
date: 0,
cervix: {
isHard: false,