mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Code styling tweaks to the tests - Part 2 (#86662)
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>
This commit is contained in:
@@ -270,9 +270,9 @@ async def test_translation_merging(hass, caplog):
|
||||
assert "component.sensor.state.moon__phase.first_quarter" in translations
|
||||
|
||||
assert (
|
||||
"An integration providing translations for sensor provided invalid data: bad data"
|
||||
in caplog.text
|
||||
)
|
||||
"An integration providing translations for sensor provided invalid data:"
|
||||
" bad data"
|
||||
) in caplog.text
|
||||
|
||||
|
||||
async def test_translation_merging_loaded_apart(hass, caplog):
|
||||
|
||||
Reference in New Issue
Block a user