summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_argparse.py2
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
"""