Skip to content

Commit

Permalink
fix in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Giese committed Nov 9, 2017
1 parent 56f49a8 commit b133e7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,3 @@ 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 b133e7a

Please sign in to comment.