From c85403b7369720b80d89fcfcd981ab31d83bc6a5 Mon Sep 17 00:00:00 2001 From: jpic Date: Wed, 15 Jun 2016 21:54:54 +0200 Subject: [PATCH] Remove unused method --- daphne/tests/test_http.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/daphne/tests/test_http.py b/daphne/tests/test_http.py index 7a412d9..d8b98c2 100644 --- a/daphne/tests/test_http.py +++ b/daphne/tests/test_http.py @@ -19,10 +19,6 @@ class TestHTTPProtocol(TestCase): self.tr = proto_helpers.StringTransport() self.proto.makeConnection(self.tr) - def assertStartsWith(self, data, prefix): - real_prefix = data[:len(prefix)] - self.assertEqual(real_prefix, prefix) - def test_basic(self): """ Tests basic HTTP parsing