Code styling tweaks to the tests - Part 1 (#86192)

This commit is contained in:
Franck Nijhof 2023-01-20 13:52:46 +01:00 committed by GitHub
parent 79b52a2b41
commit 24fdd588fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 552 additions and 251 deletions

View file

@ -722,8 +722,7 @@ def test_state_repr():
datetime(1984, 12, 8, 12, 0, 0),
)
)
== "<state happy.happy=on; brightness=144 @ "
"1984-12-08T12:00:00+00:00>"
== "<state happy.happy=on; brightness=144 @ 1984-12-08T12:00:00+00:00>"
)