summaryrefslogtreecommitdiff
path: root/test/test_threaded.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_threaded.py')
-rw-r--r--test/test_threaded.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_threaded.py b/test/test_threaded.py
index 333a5c0..40f45ad 100644
--- a/test/test_threaded.py
+++ b/test/test_threaded.py
@@ -18,8 +18,8 @@ import time
# on which port should the tests be performed:
PORT = 'loop://'
-class Test_asyncio(unittest.TestCase):
- """Test asyncio related functionality"""
+class Test_threaded(unittest.TestCase):
+ """Test serial.threaded related functionality"""
def test_line_reader(self):
"""simple test of line reader class"""