Skip to content

Commit abccff6

Browse files
committed
Fix test
1 parent 6fb6210 commit abccff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/led_client/test_animation_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def test_delay():
9797
data.delay = 10
9898
assert data.check_data_types() is True
9999

100-
data.delay = Animation.BOUNCE
100+
data.delay = Direction.BACKWARD
101101
with mock.patch('led_client.global_vars.STRICT_TYPE_CHECKING', False):
102102
assert data.check_data_types() is False
103103

0 commit comments

Comments
 (0)