summaryrefslogtreecommitdiff
path: root/testing/tests/blobs
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/blobs')
-rw-r--r--testing/tests/blobs/test_blobs.py2
-rw-r--r--testing/tests/blobs/test_fs_backend.py2
-rw-r--r--testing/tests/blobs/test_local_backend.py4
3 files changed, 4 insertions, 4 deletions
diff --git a/testing/tests/blobs/test_blobs.py b/testing/tests/blobs/test_blobs.py
index 4efd7115..5b210bb2 100644
--- a/testing/tests/blobs/test_blobs.py
+++ b/testing/tests/blobs/test_blobs.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# test_crypto.py
+# test_blobs.py
# Copyright (C) 2017 LEAP
#
# This program is free software: you can redistribute it and/or modify
diff --git a/testing/tests/blobs/test_fs_backend.py b/testing/tests/blobs/test_fs_backend.py
index 5be6c17d..a2a374c6 100644
--- a/testing/tests/blobs/test_fs_backend.py
+++ b/testing/tests/blobs/test_fs_backend.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# test_crypto.py
+# test_fs_backend.py
# Copyright (C) 2017 LEAP
#
# This program is free software: you can redistribute it and/or modify
diff --git a/testing/tests/blobs/test_local_backend.py b/testing/tests/blobs/test_local_backend.py
index 79f433fe..9dd5bb04 100644
--- a/testing/tests/blobs/test_local_backend.py
+++ b/testing/tests/blobs/test_local_backend.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# test_crypto.py
+# test_local_backend.py
# Copyright (C) 2017 LEAP
#
# This program is free software: you can redistribute it and/or modify
@@ -26,7 +26,7 @@ import pytest
import os
-class SQLCipherBlobsClientTestCase(unittest.TestCase):
+class BlobManagerTestCase(unittest.TestCase):
class doc_info:
doc_id = 'D-deadbeef'