From 6ae4b45866a8f4eb85fbde56f2525288afcd300f Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Mon, 1 May 2017 04:41:39 -0300 Subject: [test] add tests for sqlcipher client backend BlobManager tests covers them indirectly, but testing them directly may help locating source of bugs. - Related: #8812 --- testing/tests/blobs/test_blob_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/tests/blobs/test_blob_manager.py') 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 . """ -Tests for sqlcipher backend on blobs client. +Tests for BlobManager. """ from twisted.trial import unittest from twisted.internet import defer -- cgit v1.2.3