From ccc804fd6a299491720ddd058c082161a39e1502 Mon Sep 17 00:00:00 2001 From: David Marquis Date: Mon, 30 Jan 2017 13:17:49 -0500 Subject: [PATCH] Tweaked TestWebSocketProtocol class documentation (copy/paste typo) (#74) --- daphne/tests/test_ws.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daphne/tests/test_ws.py b/daphne/tests/test_ws.py index 5fc398d..aea2155 100644 --- a/daphne/tests/test_ws.py +++ b/daphne/tests/test_ws.py @@ -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):