summaryrefslogtreecommitdiff
path: root/testing/tests/server/test_incoming_server.py
diff options
context:
space:
mode:
authorVictor Shyba <victor1984@riseup.net>2017-06-22 02:29:52 -0300
committerVictor Shyba <victor1984@riseup.net>2017-07-02 01:32:39 -0300
commitb9a906aadbf9561cff76d406d89b644ee1f0e67a (patch)
treecb568b9b59b3de4d0ebcd96129667a5079c22d3b /testing/tests/server/test_incoming_server.py
parentcbcc049737e26e30db8890e31d6b98725bdb3385 (diff)
[style] fix naming from review
Diffstat (limited to 'testing/tests/server/test_incoming_server.py')
-rw-r--r--testing/tests/server/test_incoming_server.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/server/test_incoming_server.py b/testing/tests/server/test_incoming_server.py
index d0410520..afb0c970 100644
--- a/testing/tests/server/test_incoming_server.py
+++ b/testing/tests/server/test_incoming_server.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# test_blobs_server.py
+# test_incoming_server.py
# Copyright (C) 2017 LEAP
#
# This program is free software: you can redistribute it and/or modify
@@ -32,7 +32,7 @@ from test_soledad.util import CouchServerStateForTests
from test_soledad.util import CouchDBTestCase
-class BlobServerTestCase(CouchDBTestCase):
+class IncomingServerTestCase(CouchDBTestCase):
def setUp(self):
self.state = CouchServerStateForTests(self.couch_url)