diff --git a/test/fluent_api/test_card.py b/test/fluent_api/test_card.py index 430024d..3106682 100644 --- a/test/fluent_api/test_card.py +++ b/test/fluent_api/test_card.py @@ -451,6 +451,20 @@ 'set': False } ), + ( + card.voltage, + 'card.voltage', + { + 'on': True + } + ), + ( + card.voltage, + 'card.voltage', + { + 'off': True + } + ), ( card.wireless, 'card.wireless',