Skip to content

Commit

Permalink
Update test_central_pydevccu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Sep 6, 2023
1 parent 75408af commit 24c2c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_central_pydevccu.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async def test_central_full(central_unit_full) -> None:
fptr.write(orjson.dumps(addresses, option=orjson.OPT_INDENT_2 | orjson.OPT_NON_STR_KEYS))

assert usage_types[HmEntityUsage.NO_CREATE] == 3056
assert usage_types[HmEntityUsage.CE_PRIMARY] == 186
assert usage_types[HmEntityUsage.CE_PRIMARY] == 187
assert usage_types[HmEntityUsage.ENTITY] == 3303
assert usage_types[HmEntityUsage.CE_VISIBLE] == 98
assert usage_types[HmEntityUsage.CE_SECONDARY] == 148
Expand Down

0 comments on commit 24c2c22

Please sign in to comment.