From 0e937f164f587e017c01278862778fc78c581b7d Mon Sep 17 00:00:00 2001 From: kali Date: Mon, 23 Jul 2012 10:15:00 -0700 Subject: fix old naming for test --- tests/test_argparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 """ -- cgit v1.2.3