We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb6210 commit abccff6Copy full SHA for abccff6
1 file changed
test/led_client/test_animation_data.py
@@ -97,7 +97,7 @@ def test_delay():
97
data.delay = 10
98
assert data.check_data_types() is True
99
100
- data.delay = Animation.BOUNCE
+ data.delay = Direction.BACKWARD
101
with mock.patch('led_client.global_vars.STRICT_TYPE_CHECKING', False):
102
assert data.check_data_types() is False
103
0 commit comments