diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-08-10 19:53:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-10 19:53:49 +0000 |
commit | 4e27e2bc0770311feac849c4e3aac9c5ffac4f3d (patch) | |
tree | f7d79c85cbbafcf67fadca69a05051fa87ce5db7 /tests | |
parent | 04ab053f3b1f8118178eeb5b89fdf255ac9f8ab1 (diff) | |
parent | 46361cb48f7bf2910e9a5145c95899b8f8f2e555 (diff) |
Merge "NSB fixes: docstring, whitespace, etc."
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): |