Skip to content

Commit ffad95a

Browse files
Christian GieseGIC-de
authored andcommitted
fix in unit test
1 parent d595db2 commit ffad95a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,3 @@ def test_disconnect(ancp_client):
103103
length, code = struct.unpack_from("!HxxxB", msg, 2)
104104
assert code == MessageCode.RSTACK
105105
assert ancp_client.established.is_set() == False
106-
time.sleep(3.0)
107-
assert ancp_client.state != AdjacencyState.ESTAB

0 commit comments

Comments
 (0)