Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DejinChen committed Sep 11, 2024
1 parent fe8a5e4 commit cb00340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_CNET_4_23.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ async def test_TC_CNET_4_24(self):
thread_extend_panid = None
for network in networks_response:
thread_extend_panid = network.networkID
asserts.assert_false(thread_extend_panid == None, "There is no networkID in Networks attribute")
asserts.assert_false(thread_extend_panid is None, "There is no networkID in Networks attribute")

self.step(7)
await self.SendConnectNetworkWithFailure(networkID=thread_extend_panid, endpoint=thread_endpoint)
Expand Down

0 comments on commit cb00340

Please sign in to comment.