1
0
Fork 0
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:
Matthew Gamble 2017-02-19 00:46:32 +11:00
parent c6d70aec27
commit 6fb2a2e3e4
No known key found for this signature in database
GPG key ID: B5D06189C3995B3B

View file

@ -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