Skip to content

Commit

Permalink
- test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Feb 1, 2024
1 parent 41279b6 commit a1ca82f
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):
c = cls('item_name')
assert not c.is_on()
if not __version__.startswith('24.01.0'):
if not __version__.startswith('24.02.0'):
assert not c.is_off()

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

0 comments on commit a1ca82f

Please sign in to comment.