summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-02-25 22:38:50 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-02-25 22:38:50 -0500
commite6669c8971cd3f3dd8fd1de5608b9bd4ebcecef6 (patch)
tree6b336cae8de8deb0e1187eac34f97461635ee281 /tests
parent5a9f2b72399d406e86dadb9cb15ae948e08293cc (diff)
tests/file_test.py: corrected typo in the docstring of test_cbpath method.
Diffstat (limited to 'tests')
-rw-r--r--tests/file_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file_test.py b/tests/file_test.py
index 0ee75d4..807ed23 100644
--- a/tests/file_test.py
+++ b/tests/file_test.py
@@ -113,7 +113,7 @@ class TestFile(object):
def test_cbpath(self):
- """Tests the get_cbpath function"""
+ """Tests the cb_path function"""
split_and_encrypt(self.TEST_FILE, self.config)
test_file_shard_0 = '%s.shard0' % path.basename(self.TEST_FILE)
test_file_shard_0_abspath = path.join(get_nodedirs(self.config)[0],