summaryrefslogtreecommitdiff
path: root/testing/tests
diff options
context:
space:
mode:
authorVictor Shyba <victor1984@riseup.net>2017-03-28 19:55:20 -0300
committerdrebs <drebs@leap.se>2017-04-04 18:27:39 +0200
commitbd677371618e3fe3d8e8b91ab7cab6663152f18c (patch)
tree70ead2fc58383166f7348a21d125850cb3844b02 /testing/tests
parentd7d830a6a83572eea4620089e6600c23179c2ca4 (diff)
[docs] improve docstrings and comments from review
Diffstat (limited to 'testing/tests')
-rw-r--r--testing/tests/blobs/test_blobs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/blobs/test_blobs.py b/testing/tests/blobs/test_blobs.py
index 5b210bb2..ecb180f1 100644
--- a/testing/tests/blobs/test_blobs.py
+++ b/testing/tests/blobs/test_blobs.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 cryptographic related stuff.
+Tests for blobs handling.
"""
from twisted.trial import unittest
from twisted.internet import defer