diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/common/test_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/common/test_utils.py b/tests/unit/common/test_utils.py index f29de5ca0..f25e6cc07 100644 --- a/tests/unit/common/test_utils.py +++ b/tests/unit/common/test_utils.py @@ -155,7 +155,7 @@ class TestMacAddressToHex(unittest.TestCase): self.assertEqual(utils.mac_address_to_hex_list("ea:3e:e1:9a:99:e8"), ['0xea', '0x3e', '0xe1', '0x9a', '0x99', '0xe8']) - + class TranslateToStrTestCase(unittest.TestCase): def test_translate_to_str_unicode(self): |