Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Nov 25, 2024
1 parent 26d454d commit 71c2511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_openhab/test_items/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
def test_OnOff(cls) -> None:
c = cls('item_name')
assert not c.is_on()
if not __version__.startswith('24.11.0'):
if not __version__.startswith('24.11.1'):
assert not c.is_off()

c.set_value(OnOffValue('ON'))
Expand Down

0 comments on commit 71c2511

Please sign in to comment.