summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/crypto_test.py2
-rw-r--r--tests/file_test.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/crypto_test.py b/tests/crypto_test.py
index 122786f..8712afe 100644
--- a/tests/crypto_test.py
+++ b/tests/crypto_test.py
@@ -32,7 +32,7 @@ from tests.utils import get_config
class TestCrypto(object):
"""
- Class that tests they crypto.py module.
+ Class that tests the crypto.py module.
"""
@classmethod
diff --git a/tests/file_test.py b/tests/file_test.py
index 829ebd3..e08dafa 100644
--- a/tests/file_test.py
+++ b/tests/file_test.py
@@ -32,7 +32,7 @@ from tests.utils import get_config
class TestFile(object):
"""
- Class that tests the config.py module.
+ Class that tests the file.py module.
"""
@classmethod