diff options
author | Victor Shyba <victor1984@riseup.net> | 2017-03-27 21:24:49 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2017-04-04 18:27:39 +0200 |
commit | d7d830a6a83572eea4620089e6600c23179c2ca4 (patch) | |
tree | 7f995fc0e0714a9ae1649c968551574953e60895 /testing/tests/blobs/test_local_backend.py | |
parent | 626aeb1cc030b71ac2f770fefe063fddd35cc7a5 (diff) |
[style] naming improvements
Diffstat (limited to 'testing/tests/blobs/test_local_backend.py')
-rw-r--r-- | testing/tests/blobs/test_local_backend.py | 4 |
1 files changed, 2 insertions, 2 deletions
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' |