Bump pytest-homeassistant-custom-component from 0.13.107 to 0.13.116 #196
Annotations
5 errors
Run tests:
tests/test_config_flow.py#L123
test_setup_invalid_password
AssertionError: assert 'options' == 'user'
- user
+ options
|
Run tests:
tests/test_number.py#L53
test_shower_timer
AssertionError: assert '20' == '5.0'
- 5.0
+ 20
|
Run tests:
tests/test_select.py#L58
test_active_program
AssertionError: assert 'Clock 1' == 'Clock 2'
- Clock 2
? ^
+ Clock 1
? ^
|
Run tests:
tests/test_switch.py#L155
test_presence_detection
AssertionError: assert 'on' == 'off'
- off
+ on
|
Run tests
Process completed with exit code 1.
|
Loading