You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: itests/org.openhab.core.model.rule.tests/src/main/java/org/openhab/core/model/rule/runtime/DSLRuleProviderTest.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -265,12 +265,12 @@ public void testAllConditions() {
265
265
" Item X received command ON\n" + //
266
266
"but only if\n" + //
267
267
" Time is between 19:20 and 22:10 and\n" + //
268
-
" Day is Thursday or Tuesday or Sunday and\n" + //
0 commit comments