summaryrefslogtreecommitdiff
path: root/testing/tests/server/test_incoming_server.py
diff options
context:
space:
mode:
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)