1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-05-15 08:32:33 -04:00

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

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):