Skip to content

Commit 1cafbff

Browse files
committed
test refactor, making ez for read
1 parent 35da8a6 commit 1cafbff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/coordination/test_coordination_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ def second_lock_task():
249249
logger.info("Second thread acquired lock")
250250
except Exception as e:
251251
logger.exception("second_lock_task failed")
252-
thread_exc["err"] = e
253252

254253
t2 = threading.Thread(target=second_lock_task)
255254

0 commit comments

Comments
 (0)