Skip to content

Commit

Permalink
Update src/python_testing/TC_OpstateCommon.py
Browse files Browse the repository at this point in the history
Co-authored-by: Petru Lauric <[email protected]>
  • Loading branch information
cecille and plauric authored Sep 25, 2024
1 parent 1ca8115 commit 21d390c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_OpstateCommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ async def TEST_TC_OPSTATE_BASE_2_5(self, endpoint=1):
# Expire the session and re-establish the subscription
self.default_controller.ExpireSessions(self.dut_node_id)
if self.check_pics(f"{self.test_info.pics_code}.S.E01"):
# Subscribe to Events and when they are sent push them to a queue for checking later
# Subscribe to Events and when they are received push them to a queue for checking later
events_callback = EventSpecificChangeCallback(events.OperationCompletion)
await events_callback.start(self.default_controller,
self.dut_node_id,
Expand Down

0 comments on commit 21d390c

Please sign in to comment.