Skip to content

Commit df72df1

Browse files
Manually fix restyle
1 parent c04f75c commit df72df1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/python_testing/TC_SWTCH.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ def _expect_no_events_for_cluster(self, event_queue: queue.Queue, endpoint_id: i
212212
elapsed = 0.0
213213
time_remaining = timeout_sec
214214

215-
logging.info(f"Waiting {timeout_sec:.1f} seconds for no more events for cluster {
216-
expected_cluster} on endpoint {endpoint_id}")
215+
logging.info(f"Waiting {timeout_sec:.1f} seconds for no more events for cluster {expected_cluster} on endpoint {endpoint_id}")
217216
while time_remaining > 0:
218217
try:
219218
item: EventReadResult = event_queue.get(block=True, timeout=time_remaining)

0 commit comments

Comments
 (0)