Fix compensation (numpy) tests (#73890)

This commit is contained in:
epenet 2022-06-23 11:12:22 +02:00 committed by GitHub
parent 90e1fb6ce2
commit f91a222034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):