summaryrefslogtreecommitdiff
path: root/testing/tests/blobs/test_blob_manager.py
diff options
context:
space:
mode:
authorVictor Shyba <victor1984@riseup.net>2017-05-01 04:41:39 -0300
committerVictor Shyba <victor1984@riseup.net>2017-05-01 04:41:39 -0300
commit6ae4b45866a8f4eb85fbde56f2525288afcd300f (patch)
treeb06d3350fff991fd26e62d40e976629c53893592 /testing/tests/blobs/test_blob_manager.py
parenta79e59656b08c9c60e607e9863191dca41591ae0 (diff)
[test] add tests for sqlcipher client backend
BlobManager tests covers them indirectly, but testing them directly may help locating source of bugs. - Related: #8812
Diffstat (limited to 'testing/tests/blobs/test_blob_manager.py')
-rw-r--r--testing/tests/blobs/test_blob_manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/blobs/test_blob_manager.py b/testing/tests/blobs/test_blob_manager.py
index b5a14de4..7609936d 100644
--- a/testing/tests/blobs/test_blob_manager.py
+++ b/testing/tests/blobs/test_blob_manager.py
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
-Tests for sqlcipher backend on blobs client.
+Tests for BlobManager.
"""
from twisted.trial import unittest
from twisted.internet import defer