modify test_log_client_count to use tsstats.client.Clients.__len__

This commit is contained in:
Thor77 2016-05-19 15:41:19 +02:00
parent cb6d433dca
commit 36790e3863
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ def clients():
def test_log_client_count(clients):
assert len(clients.clients_by_id) == 2
assert len(clients.clients_by_uid) == 1
assert len(clients) == 3
def test_log_onlinetime(clients):