Skip to content

Commit 1d72daf

Browse files
committed
Fix using wrong constant
1 parent a97bad1 commit 1d72daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ async def device_test(self, smile=pw_smile.Smile, testdata=None):
434434
tests += 1
435435
if (
436436
measure_key in bsw_list
437-
or measure_key in pw_constants.ACTUATOR_CLASSES
437+
or measure_key in pw_constants.ACTIVE_ACTUATORS
438438
):
439439
tests -= 1
440440
for key_1, val_1 in measure_assert.items():

0 commit comments

Comments
 (0)