Skip to content

Commit

Permalink
fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Giese authored and GIC-de committed Dec 4, 2024
1 parent 666405a commit 39361dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,5 @@ def test_disconnect(ancp_client):
length, code = struct.unpack_from("!HxxxB", msg, 2)
assert code == MessageCode.RSTACK
assert ancp_client.established.is_set() == False
time.sleep(3.0)
assert ancp_client.state != AdjacencyState.ESTAB

0 comments on commit 39361dc

Please sign in to comment.