Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Dec 8, 2023
1 parent 71370ab commit 690de5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -942,8 +942,8 @@ async def test_add_neighbour(api, mock_command_rsp):

assert api._command.mock_calls == [
call(
deconz_api.CommandId.add_neighbour,
unknown=0x01,
deconz_api.CommandId.update_neighbor,
action=deconz_api.UpdateNeighborAction.ADD,
nwk=0x1234,
ieee=t.EUI64.convert("aa:bb:cc:dd:11:22:33:44"),
mac_capability_flags=0x12,
Expand Down

0 comments on commit 690de5b

Please sign in to comment.