From 6fb2a2e3e42acf4689118e77f0ec56891184b494 Mon Sep 17 00:00:00 2001 From: Matthew Gamble Date: Sun, 19 Feb 2017 00:46:32 +1100 Subject: [PATCH] Fix name of test case --- tsstats/tests/test_ident_map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsstats/tests/test_ident_map.py b/tsstats/tests/test_ident_map.py index 98d5ccd..26e20a3 100644 --- a/tsstats/tests/test_ident_map.py +++ b/tsstats/tests/test_ident_map.py @@ -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