Skip to content

Commit a965eb1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4d58ad4 commit a965eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ def test_and_assert(test_dict, data, header):
592592
assert details[measure_key] == measure_assert
593593
asserts += 1
594594
item_asserts += 1
595-
_LOGGER.debug("Item %s test-asserts: %s", testitem, item_asserts)
595+
_LOGGER.debug("Item %s test-asserts: %s", testitem, item_asserts)
596596

597597
assert tests == asserts
598598
_LOGGER.debug("Total device_zone test-asserts: %s", asserts)

0 commit comments

Comments
 (0)