mirror of
https://github.com/django/daphne.git
synced 2024-11-24 17:03:42 +03:00
Tweaked TestWebSocketProtocol class documentation (copy/paste typo) (#74)
This commit is contained in:
parent
71f6052fb3
commit
ccc804fd6a
|
@ -9,7 +9,7 @@ from ..http_protocol import HTTPFactory
|
|||
|
||||
class TestWebSocketProtocol(TestCase):
|
||||
"""
|
||||
Tests that the HTTP protocol class correctly generates and parses messages.
|
||||
Tests that the WebSocket protocol class correctly generates and parses messages.
|
||||
"""
|
||||
|
||||
def setUp(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user