Skip to content
Snippets Groups Projects
Commit 562b1f20 authored by Julia Friesel's avatar Julia Friesel
Browse files

Fix copypasta

parent d76fbf3f
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ export default function (cycleDays, tempEvalEndIndex) {
const cycleDayIndex = cycleDays.indexOf(day)
// if temperature evaluation has been completed an we still haven't found
// a candidate, there is no cervix shift
// a candidate, there is no mucus shift
if (cycleDayIndex > tempEvalEndIndex) return notDetected
// no best quality day may occur until temperature evaluation has
......
......@@ -232,7 +232,7 @@ describe('sympto', () => {
})
expect(status.temperatureShift).to.be.undefined()
expect(status.mucusShift).to.be.undefined()
expect(status.cervixShift).to.be.undefined()
expect(Object.keys(status.phases).length).to.eql(2)
expect(status.phases.preOvulatory).to.eql({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment