diff options
author | kali <kali@leap.se> | 2012-07-23 10:15:00 -0700 |
---|---|---|
committer | kali <kali@leap.se> | 2012-07-23 10:15:00 -0700 |
commit | 0e937f164f587e017c01278862778fc78c581b7d (patch) | |
tree | 8f7607794e7667a9e175d9f09c3024ce3bdf0a1a /tests | |
parent | 256a298c11f66ee025b1bf85a5e0fba13620e96c (diff) |
fix old naming for test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_argparse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_argparse.py b/tests/test_argparse.py index 0f2b08a5..a8ce5091 100644 --- a/tests/test_argparse.py +++ b/tests/test_argparse.py @@ -4,7 +4,7 @@ import unittest from eip_client.utils import eip_argparse -class EIPArgParseTest(unittest.TestCase): +class LeapArgParseTest(unittest.TestCase): """ Test argparse options for eip client """ |