Fix tests to fit new sympto api

This commit is contained in:
Julia Friesel
2018-07-03 09:22:04 +02:00
parent 9c1876e876
commit fb990b5a4b
+7 -7
View File
@@ -20,7 +20,7 @@ describe.only('sympto', () => {
ltl: 36.6, ltl: 36.6,
high: [36.8, 36.85, 36.8], high: [36.8, 36.85, 36.8],
detected: true, detected: true,
rules: { regular: true } rule: 0
}) })
}) })
@@ -51,7 +51,7 @@ describe.only('sympto', () => {
ltl: 36.6, ltl: 36.6,
high: [36.7, 36.8, 36.9], high: [36.7, 36.8, 36.9],
detected: true, detected: true,
rules: { regular: true } rule: 0
}) })
}) })
@@ -72,7 +72,7 @@ describe.only('sympto', () => {
ltl: 36.6, ltl: 36.6,
high: [36.8, 36.85, 36.75, 36.65], high: [36.8, 36.85, 36.75, 36.65],
detected: true, detected: true,
rules: { firstException: true } rule: 1
}) })
}) })
@@ -97,7 +97,7 @@ describe.only('sympto', () => {
ltl: 36.6, ltl: 36.6,
high: [36.7, 36.7, 36.7, 36.7], high: [36.7, 36.7, 36.7, 36.7],
detected: true, detected: true,
rules: { firstException: true } rule: 1
}) })
}) })
}) })
@@ -111,7 +111,7 @@ describe.only('sympto', () => {
ltl: 36.6, ltl: 36.6,
high: [36.8, 36.85, 36.6, 36.8], high: [36.8, 36.85, 36.6, 36.8],
detected: true, detected: true,
rules: { secondException: true } rule: 2
}) })
}) })
@@ -123,7 +123,7 @@ describe.only('sympto', () => {
ltl: 36.6, ltl: 36.6,
high: [36.8, 36.85, 36.4, 36.8], high: [36.8, 36.85, 36.4, 36.8],
detected: true, detected: true,
rules: { secondException: true } rule: 2
}) })
}) })
@@ -147,7 +147,7 @@ describe.only('sympto', () => {
ltl: 36.85, ltl: 36.85,
high: [36.9, 36.9, 36.85, 37.05], high: [36.9, 36.9, 36.85, 37.05],
detected: true, detected: true,
rules: { secondException: true } rule: 2
}) })
}) })
}) })