Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed May 2, 2024
1 parent 7ca9e6d commit 43f1723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bellows/ezsp/v8/types/named.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
EmberJoinDecision,
EmberKeyStatus,
EmberKeyStructBitmask,
EmberLibraryId,
EmberLibraryStatus,
EmberMacPassthroughType,
EmberMessageDigest,
Expand All @@ -36,6 +37,7 @@
EmberSignature283k1Data,
EmberSignatureData,
EmberSmacData,
EmberStackError,
EmberStatus,
EmberZdoConfigurationFlags,
EmberZllKeyIndex,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ezsp_v8.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def test_command_frames(ezsp_f):
"calculateSmacsHandler": 0x00A0,
"calculateSmacsHandler283k1": 0x00EB,
"callback": 0x0006,
"changeSourceRouteHandler": 0x00C4,
"childJoinHandler": 0x0023,
"clearBindingTable": 0x002A,
"clearKeyTable": 0x00B1,
Expand Down Expand Up @@ -164,6 +163,7 @@ def test_command_frames(ezsp_f):
"incomingBootloadMessageHandler": 0x0092,
"incomingManyToOneRouteRequestHandler": 0x007D,
"incomingMessageHandler": 0x0045,
"incomingNetworkStatusHandler": 0x00C4,
"incomingRouteErrorHandler": 0x0080,
"incomingRouteRecordHandler": 0x0059,
"incomingSenderEui64Handler": 0x0062,
Expand Down

0 comments on commit 43f1723

Please sign in to comment.