Fix compensation (numpy) tests (#73890)
This commit is contained in:
parent
90e1fb6ce2
commit
f91a222034
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ async def test_numpy_errors(hass, caplog):
|
|||
await hass.async_start()
|
||||
await hass.async_block_till_done()
|
||||
|
||||
assert "invalid value encountered in true_divide" in caplog.text
|
||||
assert "invalid value encountered in divide" in caplog.text
|
||||
|
||||
|
||||
async def test_datapoints_greater_than_degree(hass, caplog):
|
||||
|
|
Loading…
Add table
Reference in a new issue