From f84ddc75cbe16e01107e70de9609639816d36320 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 26 Aug 2014 17:54:18 +0100 Subject: Pepper UT TODOs --- synapse/rest/initial_sync.py | 1 + 1 file changed, 1 insertion(+) (limited to 'synapse/rest/initial_sync.py') diff --git a/synapse/rest/initial_sync.py b/synapse/rest/initial_sync.py index fab748f562..ce7937a919 100644 --- a/synapse/rest/initial_sync.py +++ b/synapse/rest/initial_sync.py @@ -19,6 +19,7 @@ from synapse.api.streams import PaginationConfig from base import RestServlet, client_path_pattern +# TODO: Needs unit testing class InitialSyncRestServlet(RestServlet): PATTERN = client_path_pattern("/initialSync$") -- cgit 1.4.1