mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-05-13 15:42:33 -04:00
parent
8558d731d4
commit
a9e8cd0b6e
1 changed files with 0 additions and 2 deletions
|
@ -35,8 +35,6 @@ def test_client_repr(clients):
|
|||
assert str(clients['UID1']) == '<UID1, None>'
|
||||
assert str(clients['UID2']) == '<UID2, None>'
|
||||
assert repr(clients['1']) == str(clients['1'])
|
||||
assert str(clients) == \
|
||||
"['<1, None>', '<2, None>', '<UID2, None>', '<UID1, None>']"
|
||||
|
||||
|
||||
def test_client_nick(clients):
|
||||
|
|
Loading…
Add table
Reference in a new issue