mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 20:24:33 -04:00
modify test_log_client_count to use tsstats.client.Clients.__len__
This commit is contained in:
parent
cb6d433dca
commit
36790e3863
1 changed files with 1 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue