mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-08-14 01:48:44 -04:00
Fix name of test case
This commit is contained in:
parent
c6d70aec27
commit
6fb2a2e3e4
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ def test_ident_map(identmap_clients):
|
|||
(('4', '2'), ('9', '8'), ('14', '8'))
|
||||
)
|
||||
])
|
||||
def test_flip_pretty_identmap(test_input, expected):
|
||||
def test_transform_pretty_identmap(test_input, expected):
|
||||
transformed_identmap = transform_pretty_identmap(test_input)
|
||||
for alternate, primary in expected:
|
||||
assert transformed_identmap[alternate] == primary
|
||||
|
|
Loading…
Add table
Reference in a new issue