Skip to content

Commit 21d390c

Browse files
cecilleplauric
andauthored
Update src/python_testing/TC_OpstateCommon.py
Co-authored-by: Petru Lauric <81822411+plauric@users.noreply.github.com>
1 parent 1ca8115 commit 21d390c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_OpstateCommon.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ async def TEST_TC_OPSTATE_BASE_2_5(self, endpoint=1):
11231123
# Expire the session and re-establish the subscription
11241124
self.default_controller.ExpireSessions(self.dut_node_id)
11251125
if self.check_pics(f"{self.test_info.pics_code}.S.E01"):
1126-
# Subscribe to Events and when they are sent push them to a queue for checking later
1126+
# Subscribe to Events and when they are received push them to a queue for checking later
11271127
events_callback = EventSpecificChangeCallback(events.OperationCompletion)
11281128
await events_callback.start(self.default_controller,
11291129
self.dut_node_id,

0 commit comments

Comments
 (0)